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 /** * Perform a partial request for the specified URI and return all info about it..
Decoded Output download
<?php
/**
* Perform a partial request for the specified URI and return all info about it
*
* @phpstub
*
* @param string $filename
*
* @return object An ``object`` of related URI information. The properties of
* this ``object`` are:
*/
function apache_lookup_uri($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Perform a partial request for the specified URI and return all info about it
*
* @phpstub
*
* @param string $filename
*
* @return object An ``object`` of related URI information. The properties of
* this ``object`` are:
*/
function apache_lookup_uri($filename)
{
}
Function Calls
None |
Stats
MD5 | 0971193c62859247b4dd2ad0032c9713 |
Eval Count | 0 |
Decode Time | 71 ms |