Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Destroy a source resource * * @phpstub * * @param resource $source * *..

Decoded Output download

<?php

/**
 * Destroy a source resource
 *
 * @phpstub
 *
 * @param resource $source
 *
 * @return bool 
 */
function openal_source_destroy($source)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Destroy a source resource
 *
 * @phpstub
 *
 * @param resource $source
 *
 * @return bool 
 */
function openal_source_destroy($source)
{
}

Function Calls

None

Variables

None

Stats

MD5 155d2e0b9ca853a9e3006d7c676ea936
Eval Count 0
Decode Time 94 ms