Sindbad~EG File Manager

Current Path : /home/julesbu/www/dup-installer/tmp/classes/chunk/Iterators/Interfaces/
Upload File :
Current File : /home/julesbu/www/dup-installer/tmp/classes/chunk/Iterators/Interfaces/GenericSeekableIterator.php

<?php

/**
 * Standard: PSR-2
 *
 * @link http://www.php-fig.org/psr/psr-2 Full Documentation
 *
 * @package SC\DUPX\Chunk
 */

defined('ABSPATH') || defined('DUPXABSPATH') || exit;

/**
 *
 * @author andrea
 */
interface GenericSeekableIterator extends Iterator
{
    /**
     *
     * @param mixed $position
     *
     * @return bool
     */
    public function gSeek($position);

    /**
     * return current position
     *
     * @return mixed
     */
    public function getPosition();

    /**
     * Free resources in current iteration
     */
    public function stopIteration();

    /**
     * Return iterations count
     */
    public function itCount();
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists