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 /** * Prints the whole result set as an HTML table * * @phpstub * * @param int..
Decoded Output download
<?php
/**
* Prints the whole result set as an HTML table
*
* @phpstub
*
* @param int $result_id
* @param string $format
*
* @return int Returns the number of rows in the generated table.
*/
function ovrimos_result_all($result_id, $format = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Prints the whole result set as an HTML table
*
* @phpstub
*
* @param int $result_id
* @param string $format
*
* @return int Returns the number of rows in the generated table.
*/
function ovrimos_result_all($result_id, $format = NULL)
{
}
Function Calls
None |
Stats
MD5 | 43471853b28803babc6daa41edcfcf20 |
Eval Count | 0 |
Decode Time | 94 ms |