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 /** * Connect to the Oracle server using a unique connection * * @phpstub * * ..
Decoded Output download
<?php
/**
* Connect to the Oracle server using a unique connection
*
* @phpstub
*
* @param string $username
* @param string $password
* @param string $connection_string
* @param string $character_set
* @param int $session_mode
*
* @return resource Returns a connection identifier or false on error.
*/
function oci_new_connect($username, $password, $connection_string = NULL, $character_set = NULL, $session_mode = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Connect to the Oracle server using a unique connection
*
* @phpstub
*
* @param string $username
* @param string $password
* @param string $connection_string
* @param string $character_set
* @param int $session_mode
*
* @return resource Returns a connection identifier or false on error.
*/
function oci_new_connect($username, $password, $connection_string = NULL, $character_set = NULL, $session_mode = NULL)
{
}
Function Calls
None |
Stats
MD5 | 4f803940a81dbe8952fbb9547e3855c6 |
Eval Count | 0 |
Decode Time | 113 ms |