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 /** * Find out how many fields are in a filePro database * * @phpstub * * @ret..

Decoded Output download

<?php

/**
 * Find out how many fields are in a filePro database
 *
 * @phpstub
 *
 * @return int Returns the number of fields in the opened filePro database, or false on
 *             errors.
 */
function filepro_fieldcount()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Find out how many fields are in a filePro database
 *
 * @phpstub
 *
 * @return int Returns the number of fields in the opened filePro database, or false on
 *             errors.
 */
function filepro_fieldcount()
{
}

Function Calls

None

Variables

None

Stats

MD5 79bc11b612ce7aa9f3f272620c799297
Eval Count 0
Decode Time 89 ms