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 — Retourne la ligne courante sous forme de chaîne de caractères
Cette méthode la ligne courante sous forme de chaîne de caractères.
Cette fonction ne contient aucun paramètre.
Retourne la ligne courante sous forme de chaîne de caractères.
Version | Description |
---|---|
8.1.14, 8.2.1 |
Changée d'un alias de SplFileObject::fgets()
à une implémentation de SplFileObject::current()
qui renvoie une chaîne CSV lorsque l'option
SplFileObject::READ_CSV est définie.
|
7.2.19, 7.3.6 | Modifié d'un alias de SplFileObject::current() en un alias de SplFileObject::fgets(). |