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 /** * Gives information about a file or symbolic link * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Gives information about a file or symbolic link
*
* @phpstub
*
* @param string $filename
*
* @return array See the manual page for for information on
* the structure of the array that returns.
* This function is identical to the function
* except that if the parameter is a symbolic
* link, the status of the symbolic link is returned, not the status of the
* file pointed to by the symbolic link.
*/
function lstat($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gives information about a file or symbolic link
*
* @phpstub
*
* @param string $filename
*
* @return array See the manual page for for information on
* the structure of the array that returns.
* This function is identical to the function
* except that if the parameter is a symbolic
* link, the status of the symbolic link is returned, not the status of the
* file pointed to by the symbolic link.
*/
function lstat($filename)
{
}
Function Calls
None |
Stats
MD5 | 0b99995e4fc7933569a8fafc112097f4 |
Eval Count | 0 |
Decode Time | 73 ms |