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 /** * Set whether or not root_device is available * * @phpstub * * @param reso..
Decoded Output download
<?php
/**
* Set whether or not root_device is available
*
* @phpstub
*
* @param resource $root_device
* @param bool $available
*
* @return bool
*/
function gupnp_root_device_set_available($root_device, $available)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set whether or not root_device is available
*
* @phpstub
*
* @param resource $root_device
* @param bool $available
*
* @return bool
*/
function gupnp_root_device_set_available($root_device, $available)
{
}
Function Calls
None |
Stats
MD5 | cd4262682c37bd2b55192a6c8dbfbd5e |
Eval Count | 0 |
Decode Time | 84 ms |