CakeFest 2024: The Official CakePHP Conference

streamWrapper::stream_tell

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

streamWrapper::stream_tellストリームの現在位置を取得する

説明

public streamWrapper::stream_tell(): int

このメソッドは、fseek() に対応してコールされ、現在の位置を決定します。

パラメータ

この関数にはパラメータはありません。

戻り値

ストリームの現在位置を返します。

参考

  • streamWrapper::stream_tell()

add a note

User Contributed Notes

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