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 /** * Get column types in result * * @phpstub * * @param resource $req_identif..

Decoded Output download

<?php

/**
 * Get column types in result
 *
 * @phpstub
 *
 * @param resource $req_identifier
 *
 * @return array Array of string which containing column types, when process is successful.
 */
function cubrid_column_types($req_identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get column types in result
 *
 * @phpstub
 *
 * @param resource $req_identifier
 *
 * @return array Array of string which containing column types, when process is successful.
 */
function cubrid_column_types($req_identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 025a029307de4c4d72ee7419bce20825
Eval Count 0
Decode Time 77 ms