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 /** * Sets the client information * * @phpstub * * @param resource $connection..

Decoded Output download

<?php

/**
 * Sets the client information
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $client_info
 *
 * @return bool 
 */
function oci_set_client_info($connection, $client_info)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the client information
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $client_info
 *
 * @return bool 
 */
function oci_set_client_info($connection, $client_info)
{
}

Function Calls

None

Variables

None

Stats

MD5 456914d1bbb4c96e21167a5b2bf5b698
Eval Count 0
Decode Time 91 ms