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 /** * Delete a name and possibly the file it refers to * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Delete a name and possibly the file it refers to
*
* @phpstub
*
* @param string $path
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or false on error.
*/
function eio_unlink($path, $pri = false, $callback = NULL, $data = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Delete a name and possibly the file it refers to
*
* @phpstub
*
* @param string $path
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or false on error.
*/
function eio_unlink($path, $pri = false, $callback = NULL, $data = NULL)
{
}
Function Calls
None |
Stats
MD5 | a4a842def8960890e592b4fd716e5f86 |
Eval Count | 0 |
Decode Time | 101 ms |