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 /** * Gets file modification time * * @phpstub * * @param string $filename * ..

Decoded Output download

<?php

/**
 * Gets file modification time
 *
 * @phpstub
 *
 * @param string $filename
 *
 * @return int Returns the time the file was last modified, .
 *             The time is returned as a Unix timestamp, which is
 *             suitable for the  function.
 */
function filemtime($filename)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets file modification time
 *
 * @phpstub
 *
 * @param string $filename
 *
 * @return int Returns the time the file was last modified, .
 *             The time is returned as a Unix timestamp, which is
 *             suitable for the  function.
 */
function filemtime($filename)
{
}

Function Calls

None

Variables

None

Stats

MD5 6e19356f9a6729a3d499ba3454721953
Eval Count 0
Decode Time 73 ms