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 blocking/non-blocking mode for connection * * @phpstub * * @param re..

Decoded Output download

<?php

/**
 * Set blocking/non-blocking mode for connection
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $tf
 *
 * @return int 
 */
function m_setblocking($conn, $tf)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set blocking/non-blocking mode for connection
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $tf
 *
 * @return int 
 */
function m_setblocking($conn, $tf)
{
}

Function Calls

None

Variables

None

Stats

MD5 267c277fb8e5d125d504586e408bc807
Eval Count 0
Decode Time 87 ms