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 /** * Opens a persistent handle to an SQLite database and create the database if i..

Decoded Output download

<?php

/**
 * Opens a persistent handle to an SQLite database and create the database if it does not exist
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $mode
 * @param string $error_message
 *
 * @return resource Returns a resource (database handle) on success, false on error.
 */
function sqlite_popen($filename, $mode = 666, &$error_message = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Opens a persistent handle to an SQLite database and create the database if it does not exist
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $mode
 * @param string $error_message
 *
 * @return resource Returns a resource (database handle) on success, false on error.
 */
function sqlite_popen($filename, $mode = 666, &$error_message = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 6d3b6c64c22df2a86a56e73d4e8aaf89
Eval Count 0
Decode Time 73 ms