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 /** * Start main loop * * @phpstub * * @param resource $root_device * * @ret..

Decoded Output download

<?php

/**
 * Start main loop
 *
 * @phpstub
 *
 * @param resource $root_device
 *
 * @return bool 
 */
function gupnp_root_device_start($root_device)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Start main loop
 *
 * @phpstub
 *
 * @param resource $root_device
 *
 * @return bool 
 */
function gupnp_root_device_start($root_device)
{
}

Function Calls

None

Variables

None

Stats

MD5 d126bf678c9708ff1ed9f498c272929d
Eval Count 0
Decode Time 105 ms