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 a result set listing the columns and associated privileges for a tab..

Decoded Output download

<?php

/**
 * Returns a result set listing the columns and associated privileges for a table
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $qualifier
 * @param string $schema
 * @param string $table-name
 * @param string $column-name
 *
 * @return resource Returns a statement resource with a result set containing rows describing
 *                  the column privileges for columns matching the specified parameters. The
 *                  rows are composed of the following columns:
 */
function db2_column_privileges($connection, $qualifier = NULL, $schema = NULL, $table-name = NULL, $column-name = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a result set listing the columns and associated privileges for a table
 *
 * @phpstub
 *
 * @param resource $connection
 * @param string $qualifier
 * @param string $schema
 * @param string $table-name
 * @param string $column-name
 *
 * @return resource Returns a statement resource with a result set containing rows describing
 *                  the column privileges for columns matching the specified parameters. The
 *                  rows are composed of the following columns:
 */
function db2_column_privileges($connection, $qualifier = NULL, $schema = NULL, $table-name = NULL, $column-name = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 1b2eef34b4ed65556ac07384215f019c
Eval Count 0
Decode Time 76 ms