Search Results

  1. Return the key for the current DirectoryIterator item

  2. Return Values The key for the current DirectoryIterator item as an int.

  3. DirectoryIterator::current () - Retourne l'élément courant du DirectoryIterator DirectoryIterator::next () - Se déplace vers la prochaine entrée DirectoryIterator::rewind () - Revient au début du dossier DirectoryIterator::valid () - Vérifie si le répertoire contient encore des entrées Iterator::key () - Retourne la clé de l'élément ...

  4. Valeurs de retour La clé pour l'entrée courante de DirectoryIterator en tant qu' entier.

  5. Nov 26, 2019 · The DirectoryIterator::key () function is an inbuilt function in PHP which is used to return the key for the current DirectoryIterator item. Syntax: string DirectoryIterator::key( void ) Parameters: This function does not accept any parameters. Return Value: This function returns the key for the current DirectoryIterator item. Below programs illustrate the DirectoryIterator::key () function in ...

  6. (PHP 5, PHP 7) The DirectoryIterator class Introduction (PHP 5, PHP 7) The DirectoryIterator class provides a simple interface for viewing the contents of filesystem directories. Class synopsis

  7. See Also DirectoryIterator::current DirectoryIterator::next DirectoryIterator::rewind DirectoryIterator::valid Iterator::key