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 /** * Returns associative array with detailed info about given date * * @phpstub..

Decoded Output download

<?php

/**
 * Returns associative array with detailed info about given date
 *
 * @phpstub
 *
 * @param string $date
 *
 * @return array Returns ``array`` with information about the parsed date
 *               on success.
 */
function date_parse($date)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns associative array with detailed info about given date
 *
 * @phpstub
 *
 * @param string $date
 *
 * @return array Returns ``array`` with information about the parsed date
 *               on success.
 */
function date_parse($date)
{
}

Function Calls

None

Variables

None

Stats

MD5 2c7f374c6647be4c0f02b6cecc0cc488
Eval Count 0
Decode Time 87 ms