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 /** * Return an instance of the Directory class * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Return an instance of the Directory class
 *
 * @phpstub
 *
 * @param string $directory
 * @param resource $context
 *
 * @return Directory Returns an instance of ``Directory``, or null with
 *                   wrong parameters, or false in case of another error.
 */
function dir($directory, $context = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return an instance of the Directory class
 *
 * @phpstub
 *
 * @param string $directory
 * @param resource $context
 *
 * @return Directory Returns an instance of ``Directory``, or null with
 *                   wrong parameters, or false in case of another error.
 */
function dir($directory, $context = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4b9083e3f47a0ab049a12b498ec44f4f
Eval Count 0
Decode Time 126 ms