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 /** * Create a new root device * * @phpstub * * @param resource $context * @p..

Decoded Output download

<?php

/**
 * Create a new root device
 *
 * @phpstub
 *
 * @param resource $context
 * @param string $location
 * @param string $description_dir
 *
 * @return resource A root device identifier.
 */
function gupnp_root_device_new($context, $location, $description_dir)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a new root device
 *
 * @phpstub
 *
 * @param resource $context
 * @param string $location
 * @param string $description_dir
 *
 * @return resource A root device identifier.
 */
function gupnp_root_device_new($context, $location, $description_dir)
{
}

Function Calls

None

Variables

None

Stats

MD5 097c8e6584da219cf5cc69ce5d274eeb
Eval Count 0
Decode Time 71 ms