File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/PersistanceAdapterInterface.php
Back
<?php /** * @package Duplicator * @copyright (c) 2022, Snap Creek LLC */ namespace Duplicator\Libs\Chunking\Persistance; use Duplicator\Libs\Chunking\Iterators\GenericSeekableIteratorInterface; /** * Interface for the class that needs to maintain the presence of the chunk manger */ interface PersistanceAdapterInterface { /** * Load data from previous iteration if exists * * @return mixed return iterator position */ public function getPersistanceData(); /** * Delete stored data if exists * * @return bool This function returns true on success, or FALSE on failure. */ public function deletePersistanceData(); /** * Save data for next step * * @param mixed $data data to save * @param GenericSeekableIteratorInterface $it current iterator * * @return bool This function returns true on success, or FALSE on failure. */ public function savePersistanceData($data, GenericSeekableIteratorInterface $it); }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings