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 /** * Create file with unique file name * * @phpstub * * @param string $dir *..

Decoded Output download

<?php

/**
 * Create file with unique file name
 *
 * @phpstub
 *
 * @param string $dir
 * @param string $prefix
 *
 * @return string Returns the new temporary filename, or false on
 *                failure.
 */
function tempnam($dir, $prefix)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create file with unique file name
 *
 * @phpstub
 *
 * @param string $dir
 * @param string $prefix
 *
 * @return string Returns the new temporary filename, or false on
 *                failure.
 */
function tempnam($dir, $prefix)
{
}

Function Calls

None

Variables

None

Stats

MD5 e654725d183602bf2d6edf0f2eace889
Eval Count 0
Decode Time 80 ms