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 status * * @phpstub * * @param string $path * @param int $pri ..

Decoded Output download

<?php

/**
 * Get file status
 *
 * @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_stat($path, $pri, $callback, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get file status
 *
 * @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_stat($path, $pri, $callback, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 a41e6b271ca351fe4e73208f20c3febd
Eval Count 0
Decode Time 87 ms