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 /** * Selects a Sybase database * * @phpstub * * @param string $database_name ..

Decoded Output download

<?php

/**
 * Selects a Sybase database
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function sybase_select_db($database_name, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Selects a Sybase database
 *
 * @phpstub
 *
 * @param string $database_name
 * @param resource $link_identifier
 *
 * @return bool 
 */
function sybase_select_db($database_name, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 32d1f2d94f8c84a02bf436e9ee2f8a66
Eval Count 0
Decode Time 71 ms