PHP 8.3.4 Released!

streamWrapper::stream_tell

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

streamWrapper::stream_tellRecuperar la posición actual de un flujo

Descripción

public streamWrapper::stream_tell(): int

Este método es llamado en respuesta a fseek() para determinar la posición actual.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Debería devolver la posición actual del flujo.

Ver también

  • ftell() - Devuelve la posición de lectura/escritura actual del puntero a un fichero

add a note

User Contributed Notes

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