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 /** * Lists columns and associated privileges for the given table * * @phpstub ..
Decoded Output download
<?php
/**
* Lists columns and associated privileges for the given table
*
* @phpstub
*
* @param resource $connection_id
* @param string $qualifier
* @param string $owner
* @param string $table_name
* @param string $column_name
*
* @return resource Returns an ODBC result identifier.
* This result identifier can be used to fetch a list of columns and
* associated privileges.
*/
function odbc_columnprivileges($connection_id, $qualifier, $owner, $table_name, $column_name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Lists columns and associated privileges for the given table
*
* @phpstub
*
* @param resource $connection_id
* @param string $qualifier
* @param string $owner
* @param string $table_name
* @param string $column_name
*
* @return resource Returns an ODBC result identifier.
* This result identifier can be used to fetch a list of columns and
* associated privileges.
*/
function odbc_columnprivileges($connection_id, $qualifier, $owner, $table_name, $column_name)
{
}
Function Calls
None |
Stats
MD5 | 5d1b96c50c27e404fa98176967bd3fc3 |
Eval Count | 0 |
Decode Time | 85 ms |