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 the number of parameter for the given statement * * @phpstub * *..
Decoded Output download
<?php
/**
* Returns the number of parameter for the given statement
*
* @phpstub
*
* @param resource $stmt
*
* @return int returns an integer representing the number of parameters.
*/
function maxdb_stmt_param_count($stmt)
{
}
/**
* Returns the number of parameter for the given statement
*
* @phpstub-alias-of maxdb_stmt_param_count
* @phpstub
*
* @param resource $stmt
*
* @return int returns an integer representing the number of parameters.
*/
function maxdb_param_count($stmt)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the number of parameter for the given statement
*
* @phpstub
*
* @param resource $stmt
*
* @return int returns an integer representing the number of parameters.
*/
function maxdb_stmt_param_count($stmt)
{
}
/**
* Returns the number of parameter for the given statement
*
* @phpstub-alias-of maxdb_stmt_param_count
* @phpstub
*
* @param resource $stmt
*
* @return int returns an integer representing the number of parameters.
*/
function maxdb_param_count($stmt)
{
}
Function Calls
None |
Stats
MD5 | bb0c6dc6e21e8d072bb2115799a2f05c |
Eval Count | 0 |
Decode Time | 77 ms |