Directory::rewind

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

Directory::rewindDizin tanıtıcısını başa sarar

Açıklama

public Directory::rewind(): void

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 Artık bağımsız değişken kabul edilmiyor. Evvelce bir dizin tanıtıcısı kabul edilirdi.
add a note

User Contributed Notes 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