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 /** * Returns the Oracle Database version * * @phpstub * * @param resource $co..
Decoded Output download
<?php
/**
* Returns the Oracle Database version
*
* @phpstub
*
* @param resource $connection
*
* @return string Returns the version information as a string or false on error.
*/
function oci_server_version($connection)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the Oracle Database version
*
* @phpstub
*
* @param resource $connection
*
* @return string Returns the version information as a string or false on error.
*/
function oci_server_version($connection)
{
}
Function Calls
None |
Stats
MD5 | 054d50d664635b1702a494ed1d10a015 |
Eval Count | 0 |
Decode Time | 95 ms |