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 /** * Moves an uploaded file to a new location * * @phpstub * * @param string ..

Decoded Output download

<?php

/**
 * Moves an uploaded file to a new location
 *
 * @phpstub
 *
 * @param string $filename
 * @param string $destination
 *
 * @return bool Returns true on success.
 */
function move_uploaded_file($filename, $destination)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Moves an uploaded file to a new location
 *
 * @phpstub
 *
 * @param string $filename
 * @param string $destination
 *
 * @return bool Returns true on success.
 */
function move_uploaded_file($filename, $destination)
{
}

Function Calls

None

Variables

None

Stats

MD5 25ba614e37a8c70327693f06b21ee26e
Eval Count 0
Decode Time 75 ms