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 /** * Gets the primary keys for a table * * @phpstub * * @param resource $conn..
Decoded Output download
<?php
/**
* Gets the primary keys for a table
*
* @phpstub
*
* @param resource $connection_id
* @param string $qualifier
* @param string $owner
* @param string $table
*
* @return resource Returns an ODBC result identifier.
*/
function odbc_primarykeys($connection_id, $qualifier, $owner, $table)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the primary keys for a table
*
* @phpstub
*
* @param resource $connection_id
* @param string $qualifier
* @param string $owner
* @param string $table
*
* @return resource Returns an ODBC result identifier.
*/
function odbc_primarykeys($connection_id, $qualifier, $owner, $table)
{
}
Function Calls
None |
Stats
MD5 | 8dec78a08a7395f638a0382d41f77468 |
Eval Count | 0 |
Decode Time | 76 ms |