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 /** * Gets information about a link * * @phpstub * * @param string $path * *..
Decoded Output download
<?php
/**
* Gets information about a link
*
* @phpstub
*
* @param string $path
*
* @return int returns the field
* of the Unix C stat structure returned by the
* system call. Returns 0 or false in case of error.
*/
function linkinfo($path)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets information about a link
*
* @phpstub
*
* @param string $path
*
* @return int returns the field
* of the Unix C stat structure returned by the
* system call. Returns 0 or false in case of error.
*/
function linkinfo($path)
{
}
Function Calls
None |
Stats
MD5 | 24ea9ed6c7527076e4c0738cd524f458 |
Eval Count | 0 |
Decode Time | 82 ms |