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 /** * Get db name from results of cubrid_list_dbs * * @phpstub * * @param arra..

Decoded Output download

<?php

/**
 * Get db name from results of cubrid_list_dbs
 *
 * @phpstub
 *
 * @param array $result
 * @param int $index
 *
 * @return string Returns the database name on success, and false on failure. If false
 *                is returned, use  to determine the nature
 *                of the error.
 */
function cubrid_db_name($result, $index)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get db name from results of cubrid_list_dbs
 *
 * @phpstub
 *
 * @param array $result
 * @param int $index
 *
 * @return string Returns the database name on success, and false on failure. If false
 *                is returned, use  to determine the nature
 *                of the error.
 */
function cubrid_db_name($result, $index)
{
}

Function Calls

None

Variables

None

Stats

MD5 c8db28124541c8d0e2ae86eb1fd75157
Eval Count 0
Decode Time 95 ms