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 maximum number of bytes required to display a column * * @phps..

Decoded Output download

<?php

/**
 * Returns the maximum number of bytes required to display a column
 *
 * @phpstub
 *
 * @param resource $stmt
 * @param mixed $column
 *
 * @return int Returns an integer value with the maximum number of bytes required to
 *             display the specified column. If the column does not exist in the result
 *             set,  returns false.
 */
function db2_field_display_size($stmt, $column)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the maximum number of bytes required to display a column
 *
 * @phpstub
 *
 * @param resource $stmt
 * @param mixed $column
 *
 * @return int Returns an integer value with the maximum number of bytes required to
 *             display the specified column. If the column does not exist in the result
 *             set,  returns false.
 */
function db2_field_display_size($stmt, $column)
{
}

Function Calls

None

Variables

None

Stats

MD5 4705746f1c3e579e6f858c6daf9cdf8c
Eval Count 0
Decode Time 73 ms