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 system statistics * * @phpstub * * @param string $path * @para..
Decoded Output download
<?php
/**
* Get file system statistics
*
* @phpstub
*
* @param string $path
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or
* false on error. On success assigns argument of
* to an array.
*/
function eio_statvfs($path, $pri, $callback, $data = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get file system statistics
*
* @phpstub
*
* @param string $path
* @param int $pri
* @param callable $callback
* @param mixed $data
*
* @return resource returns request resource on success or
* false on error. On success assigns argument of
* to an array.
*/
function eio_statvfs($path, $pri, $callback, $data = NULL)
{
}
Function Calls
None |
Stats
MD5 | b6928ae08597169936204dd9155ec096 |
Eval Count | 0 |
Decode Time | 78 ms |