streamWrapper::stream_eof
Dosya göstericisinin dosya sonunda olup olmadığına bakar
&reftitle.description;
public boolstreamWrapper::stream_eof
Bu yöntem, feof işlevine yanıtta çağrılır.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Oku/yaz konumu akımın sonundaysa ve okunacak başka veri kalmamışsa &true;
yoksa &false; dönmelidir.
&reftitle.notes;
Tüm dosyayı okurken (örneğin, file_get_contents ile),
PHP bir döngü halinde önce
streamWrapper::stream_read ve ardından
streamWrapper::stream_eof öğesini çağırır, ancak
streamWrapper::stream_read boş olmayan bir dizge
döndürdüğü sürece, streamWrapper::stream_eof'un
dönüş değeri yok sayılır.
&reftitle.seealso;
feof