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 /** @phpstub */ class MongoDate { /** @var int */ public $usec; /** @v..

Decoded Output download

<?php

/** @phpstub */
class MongoDate
{
    /** @var int */
    public $usec;

    /** @var int */
    public $sec;

    /**
     * Creates a new date.
     *
     * @param int $sec
     * @param int $usec
     */
    public function __construct($sec = false, $usec = false)
    {
    }

    /**
     * Returns a string representation of this date
     *
     * @return string This date.
     */
    public function __toString()
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class MongoDate
{
    /** @var int */
    public $usec;

    /** @var int */
    public $sec;

    /**
     * Creates a new date.
     *
     * @param int $sec
     * @param int $usec
     */
    public function __construct($sec = false, $usec = false)
    {
    }

    /**
     * Returns a string representation of this date
     *
     * @return string This date.
     */
    public function __toString()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 d75c1ebc8d04f761f1d2ddfa37cedc05
Eval Count 0
Decode Time 75 ms