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 the length of each output in a result * * @phpstub * * @param resour..
Decoded Output download
<?php
/**
* Get the length of each output in a result
*
* @phpstub
*
* @param resource $result
*
* @return array Returns an array, starting at offset 0, that corresponds to the lengths of
* each field in the last row fetched by ,
* or false on error.
*/
function fbsql_fetch_lengths($result)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the length of each output in a result
*
* @phpstub
*
* @param resource $result
*
* @return array Returns an array, starting at offset 0, that corresponds to the lengths of
* each field in the last row fetched by ,
* or false on error.
*/
function fbsql_fetch_lengths($result)
{
}
Function Calls
None |
Stats
MD5 | 1b7b08da1345cb481ffa0f5c3b9352a0 |
Eval Count | 0 |
Decode Time | 99 ms |