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 /** * Check if the script timed out * * @phpstub * * @return int Returns 1 if ..

Decoded Output download

<?php

/**
 * Check if the script timed out
 *
 * @phpstub
 *
 * @return int Returns 1 if the script timed out, 0 otherwise.
 */
function connection_timeout()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check if the script timed out
 *
 * @phpstub
 *
 * @return int Returns 1 if the script timed out, 0 otherwise.
 */
function connection_timeout()
{
}

Function Calls

None

Variables

None

Stats

MD5 97bad35c978777fd7c93cac3f286b3a6
Eval Count 0
Decode Time 70 ms