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 linked SQLite library * * @phpstub * * @retur..
Decoded Output download
<?php
/**
* Returns the version of the linked SQLite library
*
* @phpstub
*
* @return string Returns the library version, as a string.
*/
function sqlite_libversion()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the version of the linked SQLite library
*
* @phpstub
*
* @return string Returns the library version, as a string.
*/
function sqlite_libversion()
{
}
Function Calls
None |
Stats
MD5 | 2725d4b732f5f1d458074569e9873cab |
Eval Count | 0 |
Decode Time | 93 ms |