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 /** * Close an OpenAL device * * @phpstub * * @param resource $device * * @r..
Decoded Output download
<?php
/**
* Close an OpenAL device
*
* @phpstub
*
* @param resource $device
*
* @return bool
*/
function openal_device_close($device)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close an OpenAL device
*
* @phpstub
*
* @param resource $device
*
* @return bool
*/
function openal_device_close($device)
{
}
Function Calls
None |
Stats
MD5 | 4274bc5fcaad17d98e77033ddc4f4f17 |
Eval Count | 0 |
Decode Time | 72 ms |