File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/GenericSeekableIteratorInterface.php
Back
<?php /** * @package Duplicator * @copyright (c) 2022, Snap Creek LLC */ namespace Duplicator\Libs\Chunking\Iterators; /** * * @author andrea */ interface GenericSeekableIteratorInterface extends \Iterator { /** * @param mixed $position position to seek to * * @return bool */ public function gSeek($position); /** * return current position * * @return mixed */ public function getPosition(); /** * Free resources in current iteration * * @return void */ public function stopIteration(); /** * Return iterations count * * @return int */ public function itCount(); /** * Return progress percentage * * @return float progress percentage or -1 undefined */ public function getProgressPerc(); }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings