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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 decbeb6a54e46e4ab27220c461b8f80b
Eval Count 0
Decode Time 80 ms