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 /** * Change directory * * @phpstub * * @param string $directory * * @return..

Decoded Output download

<?php

/**
 * Change directory
 *
 * @phpstub
 *
 * @param string $directory
 *
 * @return bool 
 */
function chdir($directory)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Change directory
 *
 * @phpstub
 *
 * @param string $directory
 *
 * @return bool 
 */
function chdir($directory)
{
}

Function Calls

None

Variables

None

Stats

MD5 57a7fdeec0f478b7a47fcb94d189109b
Eval Count 0
Decode Time 97 ms