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 /** * Artificially increase load. Could be useful in tests, benchmarking. * * ..

Decoded Output download

<?php

/**
 * Artificially increase load. Could be useful in tests,
  benchmarking.
 *
 * @phpstub
 *
 * @param int $delay
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_busy($delay, $pri = false, $callback = NULL, $data = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Artificially increase load. Could be useful in tests,
  benchmarking.
 *
 * @phpstub
 *
 * @param int $delay
 * @param int $pri
 * @param callable $callback
 * @param mixed $data
 *
 * @return resource returns request resource on success or false on error.
 */
function eio_busy($delay, $pri = false, $callback = NULL, $data = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 304258a508620cecd0701e238bf5c713
Eval Count 0
Decode Time 4031 ms