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 the version of the MaxDB protocol used * * @phpstub * * @param r..
Decoded Output download
<?php
/**
* Returns the version of the MaxDB protocol used
*
* @phpstub
*
* @param resource $link
*
* @return int Returns an integer representing the protocol version (constant 10).
*/
function maxdb_get_proto_info($link)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the version of the MaxDB protocol used
*
* @phpstub
*
* @param resource $link
*
* @return int Returns an integer representing the protocol version (constant 10).
*/
function maxdb_get_proto_info($link)
{
}
Function Calls
None |
Stats
MD5 | 34569a8ffa1239d593215ce27de1fd19 |
Eval Count | 0 |
Decode Time | 80 ms |