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 /** * Creates a database * * @phpstub * * @param string $filename * @param ar..

Decoded Output download

<?php

/**
 * Creates a database
 *
 * @phpstub
 *
 * @param string $filename
 * @param array $fields
 *
 * @return int Returns a database link identifier if the database is successfully created,
 *             or false if an error occurred.
 */
function dbase_create($filename, $fields)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a database
 *
 * @phpstub
 *
 * @param string $filename
 * @param array $fields
 *
 * @return int Returns a database link identifier if the database is successfully created,
 *             or false if an error occurred.
 */
function dbase_create($filename, $fields)
{
}

Function Calls

None

Variables

None

Stats

MD5 e2470691ccc3089aa94259eda20d2128
Eval Count 0
Decode Time 90 ms