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 /** * Returns number of fields in a database * * @phpstub * * @param resource ..

Decoded Output download

<?php

/**
 * Returns number of fields in a database
 *
 * @phpstub
 *
 * @param resource $pxdoc
 *
 * @return int Returns the number of fields in a database file. The return value of this
 *             function is identical to the element  in the
 *             array returned by .
 */
function px_numfields($pxdoc)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns number of fields in a database
 *
 * @phpstub
 *
 * @param resource $pxdoc
 *
 * @return int Returns the number of fields in a database file. The return value of this
 *             function is identical to the element  in the
 *             array returned by .
 */
function px_numfields($pxdoc)
{
}

Function Calls

None

Variables

None

Stats

MD5 568934ebde32f0c659f1bcacba96cde9
Eval Count 0
Decode Time 133 ms