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 poll time * * @phpstub * * @param float $nseconds * * @ret..

Decoded Output download

<?php

/**
 * Set maximum poll time
 *
 * @phpstub
 *
 * @param float $nseconds
 *
 * @return void 
 */
function eio_set_max_poll_time($nseconds)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set maximum poll time
 *
 * @phpstub
 *
 * @param float $nseconds
 *
 * @return void 
 */
function eio_set_max_poll_time($nseconds)
{
}

Function Calls

None

Variables

None

Stats

MD5 ba4fe9cc56493b4c33ce3cddf0d5f45b
Eval Count 0
Decode Time 78 ms