streamWrapper::stream_tell

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::stream_tellLit la position courante dans un flux

Description

public streamWrapper::stream_tell(): int

Cette méthode est appelée en réponse à ftell() pour déterminer la position courante.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Doit retourner la position courante dans le flux.

Voir aussi

  • streamWrapper::stream_tell()

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top