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 */ interface Countable { /** * Count elements of an object ..

Decoded Output download

<?php

/** @phpstub */
interface Countable
{
    /**
     * Count elements of an object
     *
     * @return int The custom count as an ``integer``.
     */
    public function count();
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
interface Countable
{
    /**
     * Count elements of an object
     *
     * @return int The custom count as an ``integer``.
     */
    public function count();
}

Function Calls

None

Variables

None

Stats

MD5 071616262c60b5bc3312312791f708a9
Eval Count 0
Decode Time 86 ms