Please note that the __toString() method is just an alias, as pointed out above, and that THAT method may return an array instead of a string. So in effect you might call a __toString() and expect a string, but instead receive an array.
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
SplFileObject::__toString — 現在の行を文字列として取得する
この関数にはパラメータはありません。
現在の行を文字列で返します。
バージョン | 説明 |
---|---|
8.1.14, 8.2.1 |
SplFileObject::fgets() のエイリアスから、
SplFileObject::current() の実装に変わりました。
この実装は、
SplFileObject::READ_CSV フラグを設定すると、
CSV の文字列を返します。
|
7.2.19, 7.3.6 | SplFileObject::current() のエイリアスから、 SplFileObject::fgets() のエイリアスに変わりました。 |