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/Set database virtual current directory * * @phpstub * * @param strin..

Decoded Output download

<?php

/**
 * Get/Set database virtual current directory
 *
 * @phpstub
 *
 * @param string $newdir
 *
 * @return string Returns the absolute path of the current directory.
 */
function dbplus_chdir($newdir = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get/Set database virtual current directory
 *
 * @phpstub
 *
 * @param string $newdir
 *
 * @return string Returns the absolute path of the current directory.
 */
function dbplus_chdir($newdir = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 22f5832eb347fcfa501f9e3c4d634552
Eval Count 0
Decode Time 102 ms