PHP 8.4.1 Released!

Directory::rewind

(PHP 4, PHP 5, PHP 7, PHP 8)

Directory::rewindRetrocede um manipulador de diretório

Descrição

public Directory::rewind(): void

Registro de Alterações

Versão Descrição
8.0.0 Nenhum parâmetro é aceito. Anteriormente, um manipulador de diretório poderia ser passado como argumento.
adicione uma nota

Notas Enviadas por Usuários (em inglês) 1 note

up
2
cjcxxh at 163 dot com
1 year ago
use this method and then if you try to use read (), you will start from the 1st item in the directory object
To Top