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 information from a result and return as an object * * @phpstub ..
Decoded Output download
<?php
/**
* Get column information from a result and return as an object
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return object Object with certain properties of the specific column, when process is successful.
*/
function cubrid_fetch_field($result, $field_offset = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get column information from a result and return as an object
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return object Object with certain properties of the specific column, when process is successful.
*/
function cubrid_fetch_field($result, $field_offset = false)
{
}
Function Calls
None |
Stats
MD5 | d90a4477b2c23650a484f7fef1d47350 |
Eval Count | 0 |
Decode Time | 148 ms |