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 /** * Sets access and modification time of file * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Sets access and modification time of file
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $time
 * @param int $atime
 *
 * @return bool 
 */
function touch($filename, $time = false, $atime = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets access and modification time of file
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $time
 * @param int $atime
 *
 * @return bool 
 */
function touch($filename, $time = false, $atime = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 edc3f674d8dc833efebcc664af0084a7
Eval Count 0
Decode Time 72 ms