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 /** * Perform file readahead into page cache * * @phpstub * * @param mixed $fd..

Decoded Output download

<?php

/**
 * Perform file readahead into page cache
 *
 * @phpstub
 *
 * @param mixed $fd
 * @param int $offset
 * @param int $length
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_readahead($fd, $offset, $length, $pri = false, $callback = NULL, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform file readahead into page cache
 *
 * @phpstub
 *
 * @param mixed $fd
 * @param int $offset
 * @param int $length
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_readahead($fd, $offset, $length, $pri = false, $callback = NULL, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 89dc49f842696152863ce359324b2a80
Eval Count 0
Decode Time 93 ms