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 /** * Return the CUBRID server version * * @phpstub * * @param resource $conn_..
Decoded Output download
<?php
/**
* Return the CUBRID server version
*
* @phpstub
*
* @param resource $conn_identifier
*
* @return string A string that represents the CUBRID server version; on success.
*/
function cubrid_get_server_info($conn_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the CUBRID server version
*
* @phpstub
*
* @param resource $conn_identifier
*
* @return string A string that represents the CUBRID server version; on success.
*/
function cubrid_get_server_info($conn_identifier)
{
}
Function Calls
None |
Stats
MD5 | 6ebfe1cfe96dd6daad21d306be6f03ab |
Eval Count | 0 |
Decode Time | 94 ms |