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 name of the table of the specified field * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Return the name of the table of the specified field
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string Name of the table of the specified field, on success.
*/
function cubrid_field_table($result, $field_offset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the name of the table of the specified field
*
* @phpstub
*
* @param resource $result
* @param int $field_offset
*
* @return string Name of the table of the specified field, on success.
*/
function cubrid_field_table($result, $field_offset)
{
}
Function Calls
None |
Stats
MD5 | 804370eab40e8a2e8bf5113bb567ab94 |
Eval Count | 0 |
Decode Time | 87 ms |