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 /** * Set maximum number of idle threads. * * @phpstub * * @param int $nthread..
Decoded Output download
<?php
/**
* Set maximum number of idle threads.
*
* @phpstub
*
* @param int $nthreads
*
* @return void
*/
function eio_set_max_idle($nthreads)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set maximum number of idle threads.
*
* @phpstub
*
* @param int $nthreads
*
* @return void
*/
function eio_set_max_idle($nthreads)
{
}
Function Calls
None |
Stats
MD5 | 126cee43838a950526b4518d78fa9c19 |
Eval Count | 0 |
Decode Time | 96 ms |