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 a persistent connection to a database * * @phpstub * * @param st..

Decoded Output download

<?php

/**
 * Returns a persistent connection to a database
 *
 * @phpstub
 *
 * @param string $database
 * @param string $username
 * @param string $password
 * @param array $options
 *
 * @return resource Returns a connection handle resource if the connection attempt is
 *                  successful.  tries to reuse an existing
 *                  connection resource that exactly matches the
 *                  , , and
 *                  parameters. If the connection attempt fails,
 *                  returns false.
 */
function db2_pconnect($database, $username, $password, $options = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a persistent connection to a database
 *
 * @phpstub
 *
 * @param string $database
 * @param string $username
 * @param string $password
 * @param array $options
 *
 * @return resource Returns a connection handle resource if the connection attempt is
 *                  successful.  tries to reuse an existing
 *                  connection resource that exactly matches the
 *                  , , and
 *                  parameters. If the connection attempt fails,
 *                  returns false.
 */
function db2_pconnect($database, $username, $password, $options = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 026607187106cdba0dbe2d166b45d4a5
Eval Count 0
Decode Time 89 ms