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 LimitIterator extends \IteratorIterator implements \OuterIter..

Decoded Output download

<?php

/** @phpstub */
class LimitIterator extends \IteratorIterator implements \OuterIterator, \Traversable, \Iterator
{
    /**
     * Construct a LimitIterator
     *
     * @param Iterator $iterator
     * @param int $offset
     * @param int $count
     */
    public function __construct($iterator, $offset = false, $count = -1)
    {
    }

    /**
     * Get current element
     *
     * @return mixed Returns the current element or null if there is none.
     */
    public function current()
    {
    }

    /**
     * Get inner iterator
     *
     * @return Iterator The inner iterator passed to .
     */
    public function getInnerIterator()
    {
    }

    /**
     * Return the current position
     *
     * @return int The current position.
     */
    public function getPosition()
    {
    }

    /**
     * Get current key
     *
     * @return mixed Returns the key for the current item.
     */
    public function key()
    {
    }

    /**
     * Move the iterator forward
     *
     * @return void 
     */
    public function next()
    {
    }

    /**
     * Rewind the iterator to the specified starting offset
     *
     * @return void 
     */
    public function rewind()
    {
    }

    /**
     * Seek to the given position
     *
     * @param int $position
     *
     * @return int Returns the offset position after seeking.
     */
    public function seek($position)
    {
    }

    /**
     * Check whether the current element is valid
     *
     * @return bool 
     */
    public function valid()
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class LimitIterator extends \IteratorIterator implements \OuterIterator, \Traversable, \Iterator
{
    /**
     * Construct a LimitIterator
     *
     * @param Iterator $iterator
     * @param int $offset
     * @param int $count
     */
    public function __construct($iterator, $offset = false, $count = -1)
    {
    }

    /**
     * Get current element
     *
     * @return mixed Returns the current element or null if there is none.
     */
    public function current()
    {
    }

    /**
     * Get inner iterator
     *
     * @return Iterator The inner iterator passed to .
     */
    public function getInnerIterator()
    {
    }

    /**
     * Return the current position
     *
     * @return int The current position.
     */
    public function getPosition()
    {
    }

    /**
     * Get current key
     *
     * @return mixed Returns the key for the current item.
     */
    public function key()
    {
    }

    /**
     * Move the iterator forward
     *
     * @return void 
     */
    public function next()
    {
    }

    /**
     * Rewind the iterator to the specified starting offset
     *
     * @return void 
     */
    public function rewind()
    {
    }

    /**
     * Seek to the given position
     *
     * @param int $position
     *
     * @return int Returns the offset position after seeking.
     */
    public function seek($position)
    {
    }

    /**
     * Check whether the current element is valid
     *
     * @return bool 
     */
    public function valid()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 83fafed8fe14367dce1d2b7b8952cd06
Eval Count 0
Decode Time 98 ms