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 /** * Open a connection to an Ingres database * * @phpstub * * @param string $..

Decoded Output download

<?php

/**
 * Open a connection to an Ingres database
 *
 * @phpstub
 *
 * @param string $database
 * @param string $username
 * @param string $password
 * @param array $options
 *
 * @return resource Returns a Ingres link resource on success
 */
function ingres_connect($database = NULL, $username = NULL, $password = NULL, $options = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Open a connection to an Ingres database
 *
 * @phpstub
 *
 * @param string $database
 * @param string $username
 * @param string $password
 * @param array $options
 *
 * @return resource Returns a Ingres link resource on success
 */
function ingres_connect($database = NULL, $username = NULL, $password = NULL, $options = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 bff06b9915ac1ebdb617d8417abb6da7
Eval Count 0
Decode Time 93 ms