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 primary keys for a table * * @phpstub * * @..
Decoded Output download
<?php
/**
* Returns a result set listing primary keys for a table
*
* @phpstub
*
* @param resource $connection
* @param string $qualifier
* @param string $schema
* @param string $table-name
*
* @return resource Returns a statement resource with a result set containing rows describing
* the primary keys for the specified table. The result set is composed of the
* following columns:
*/
function db2_primary_keys($connection, $qualifier, $schema, $table-name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a result set listing primary keys for a table
*
* @phpstub
*
* @param resource $connection
* @param string $qualifier
* @param string $schema
* @param string $table-name
*
* @return resource Returns a statement resource with a result set containing rows describing
* the primary keys for the specified table. The result set is composed of the
* following columns:
*/
function db2_primary_keys($connection, $qualifier, $schema, $table-name)
{
}
Function Calls
None |
Stats
MD5 | ba7f78859d12ac472d9dad9b42f7b97e |
Eval Count | 0 |
Decode Time | 99 ms |