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 /** * Reads through a whole directory * * @phpstub * * @param string $path * ..

Decoded Output download

<?php

/**
 * Reads through a whole directory
 *
 * @phpstub
 *
 * @param string $path
 * @param int $flags
 * @param int $pri
 * @param callable $callback
 * @param string $data
 *
 * @return resource returns request resource on success, or
 *                  false on error. Sets  argument of
 *                  function according to
 *                  :
 */
function eio_readdir($path, $flags, $pri, $callback, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Reads through a whole directory
 *
 * @phpstub
 *
 * @param string $path
 * @param int $flags
 * @param int $pri
 * @param callable $callback
 * @param string $data
 *
 * @return resource returns request resource on success, or
 *                  false on error. Sets  argument of
 *                  function according to
 *                  :
 */
function eio_readdir($path, $flags, $pri, $callback, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4c5e1693890fd102a2b45c1ea53d52e5
Eval Count 0
Decode Time 86 ms