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 an array with the lengths of the values of each field from the curren..
Decoded Output download
<?php
/**
* Return an array with the lengths of the values of each field from the current row
*
* @phpstub
*
* @param resource $result
*
* @return array An numeric array, when process is successful.
*/
function cubrid_fetch_lengths($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return an array with the lengths of the values of each field from the current row
*
* @phpstub
*
* @param resource $result
*
* @return array An numeric array, when process is successful.
*/
function cubrid_fetch_lengths($result)
{
}
Function Calls
None |
Stats
MD5 | c2fcee77f32ff3a2c20fc763a1bd5d0b |
Eval Count | 0 |
Decode Time | 87 ms |