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 current CUBRID connection charset * * @phpstub * * @param res..
Decoded Output download
<?php
/**
* Return the current CUBRID connection charset
*
* @phpstub
*
* @param resource $conn_identifier
*
* @return string A string that represents the CUBRID connection charset; on success.
*/
function cubrid_client_encoding($conn_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the current CUBRID connection charset
*
* @phpstub
*
* @param resource $conn_identifier
*
* @return string A string that represents the CUBRID connection charset; on success.
*/
function cubrid_client_encoding($conn_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | f8e85f9ab97c3e8bbc53852efbdad40a |
Eval Count | 0 |
Decode Time | 97 ms |