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 /** * Synchronize a file's in-core state with storage device * * @phpstub * * ..
Decoded Output download
<?php
/**
* Synchronize a file's in-core state with storage device
*
* @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_fsync($fd, $pri = false, $callback = NULL, $data = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Synchronize a file's in-core state with storage device
*
* @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_fsync($fd, $pri = false, $callback = NULL, $data = NULL)
{
}
Function Calls
None |
Stats
MD5 | e6010db4d5d8b8970f25e28e6fa92e14 |
Eval Count | 0 |
Decode Time | 126 ms |