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 /** * Fetches all rows in a particular result column as an array * * @phpstub *..

Decoded Output download

<?php

/**
 * Fetches all rows in a particular result column as an array
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $column
 *
 * @return array An ``array`` with all values in the result column.
 */
function pg_fetch_all_columns($result, $column = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetches all rows in a particular result column as an array
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $column
 *
 * @return array An ``array`` with all values in the result column.
 */
function pg_fetch_all_columns($result, $column = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 47c1a10377c7368559db494700ed6f9c
Eval Count 0
Decode Time 82 ms