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 /** * Repositions the offset of the open file associated with the argument to the..
Decoded Output download
<?php
/**
* Repositions the offset of the open file associated with the argument to the argument according to the directive
*
* @phpstub
*
* @param mixed $fd
* @param int $offset
* @param int $whence
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or false on error.
*/
function eio_seek($fd, $offset, $whence, $pri = false, $callback = NULL, $data = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Repositions the offset of the open file associated with the argument to the argument according to the directive
*
* @phpstub
*
* @param mixed $fd
* @param int $offset
* @param int $whence
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or false on error.
*/
function eio_seek($fd, $offset, $whence, $pri = false, $callback = NULL, $data = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3d499b1423067eac2f42e9317fdccfbc |
Eval Count | 0 |
Decode Time | 86 ms |