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 tables and the privileges associated with each table * * @phpstub *..

Decoded Output download

<?php

/**
 * Lists tables and the privileges associated with each table
 *
 * @phpstub
 *
 * @param resource $connection_id
 * @param string $qualifier
 * @param string $owner
 * @param string $name
 *
 * @return resource An ODBC result identifier.
 */
function odbc_tableprivileges($connection_id, $qualifier, $owner, $name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Lists tables and the privileges associated with each table
 *
 * @phpstub
 *
 * @param resource $connection_id
 * @param string $qualifier
 * @param string $owner
 * @param string $name
 *
 * @return resource An ODBC result identifier.
 */
function odbc_tableprivileges($connection_id, $qualifier, $owner, $name)
{
}

Function Calls

None

Variables

None

Stats

MD5 91a821811cf46b0122ffd4cc226b3fed
Eval Count 0
Decode Time 92 ms