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 number of fields in result * * @phpstub * * @param resource $result ..

Decoded Output download

<?php

/**
 * Get number of fields in result
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return int Returns the number of fields, as an integer.
 */
function fbsql_num_fields($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get number of fields in result
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return int Returns the number of fields, as an integer.
 */
function fbsql_num_fields($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 0316506cc9b73c13f376979337d60c92
Eval Count 0
Decode Time 99 ms