Search Results
Rewind iterator back to the start SplFixedArray::rewind (PHP 5 >= 5.3.0, PHP 7) SplFixedArray::rewind — Rewind iterator back to the start
<?php include_once $_SERVER ['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array (); $TOC_DEPRECATED = array (); $PARENTS = array (); include_once dirname ...
Jun 23, 2023 · The SplFixedArray::rewind () function is an inbuilt function in PHP which is used to rewind the array iterator to start position. Syntax: void SplFixedArray::rewind() Parameters: This function does not accept any parameter. Return Value: This function does not return any value. Below programs illustrate the SplFixedArray::rewind () function in PHP: Program 1:
SplFixedArray::rewind 26 déc. 2018 20 fois > (PHP 5 >= 5.3.0, PHP 7) SplFixedArray::rewind — Remet l'itérateur au début du tableau à taille fixe
SplFixedArray::rewind — Rewind iterator back to the start Description publicSplFixedArray::rewind ( void ) : void
PHP 5 Manual SplFixedArray Rewind iterator back to the start Edit Report a Bug
SplFixedArray::rewind (PHP 5 >= 5.3.0, PHP 7) SplFixedArray::rewind — Rewind iterator back to the start Description public SplFixedArray::rewind ( ) : void Rewinds the iterator to the beginning. Parameters This function has no parameters.
