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 position of the named column in a result set * * @phpstub * ..

Decoded Output download

<?php

/**
 * Returns the position of the named column in a result set
 *
 * @phpstub
 *
 * @param resource $stmt
 * @param mixed $column
 *
 * @return int Returns an integer containing the 0-indexed position of the named column in
 *             the result set. If the specified column does not exist in the result set,
 *             returns false.
 */
function db2_field_num($stmt, $column)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the position of the named column in a result set
 *
 * @phpstub
 *
 * @param resource $stmt
 * @param mixed $column
 *
 * @return int Returns an integer containing the 0-indexed position of the named column in
 *             the result set. If the specified column does not exist in the result set,
 *             returns false.
 */
function db2_field_num($stmt, $column)
{
}

Function Calls

None

Variables

None

Stats

MD5 2ec28ae3cfa47c83e0c6dfac207e4d41
Eval Count 0
Decode Time 70 ms