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 number of columns in the result set * * @phpstub * * @param r..

Decoded Output download

<?php

/**
 * Return the number of columns in the result set
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return int Number of columns, when process is successful.
 */
function cubrid_num_cols($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the number of columns in the result set
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return int Number of columns, when process is successful.
 */
function cubrid_num_cols($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 5534519af5f36292243db7bf5f788140
Eval Count 0
Decode Time 236 ms