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 /** * Tells whether the filename is a directory * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Tells whether the filename is a directory
 *
 * @phpstub
 *
 * @param string $filename
 *
 * @return bool Returns true if the filename exists and is a directory, false
 *              otherwise.
 */
function is_dir($filename)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Tells whether the filename is a directory
 *
 * @phpstub
 *
 * @param string $filename
 *
 * @return bool Returns true if the filename exists and is a directory, false
 *              otherwise.
 */
function is_dir($filename)
{
}

Function Calls

None

Variables

None

Stats

MD5 604ee5a5b8db0c175507f0c7052eacca
Eval Count 0
Decode Time 86 ms