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 /** * Get file status * * @phpstub * * @param mixed $fd * @param int $pri * ..
Decoded Output download
<?php
/**
* Get file status
*
* @phpstub
*
* @param mixed $fd
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or false on error.
*/
function eio_fstat($fd, $pri, $callback, $data = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get file status
*
* @phpstub
*
* @param mixed $fd
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or false on error.
*/
function eio_fstat($fd, $pri, $callback, $data = NULL)
{
}
Function Calls
None |
Stats
MD5 | d674c91f809588b1392d5143a9aeea8a |
Eval Count | 0 |
Decode Time | 112 ms |