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 CUBRID database parameters * * @phpstub * * @param resource $co..

Decoded Output download

<?php

/**
 * Sets the CUBRID database parameters
 *
 * @phpstub
 *
 * @param resource $conn_identifier
 * @param int $param_type
 * @param int $param_value
 *
 * @return bool true on success.
 */
function cubrid_set_db_parameter($conn_identifier, $param_type, $param_value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the CUBRID database parameters
 *
 * @phpstub
 *
 * @param resource $conn_identifier
 * @param int $param_type
 * @param int $param_value
 *
 * @return bool true on success.
 */
function cubrid_set_db_parameter($conn_identifier, $param_type, $param_value)
{
}

Function Calls

None

Variables

None

Stats

MD5 39c112a6ee03f404b9978a4ed6a5a8f0
Eval Count 0
Decode Time 91 ms