mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
SplFileObject::__toString() is now an alias for SplFileObject::fgets()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347521 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
537e6eeb26
commit
2abaae34ef
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
<refentry xml:id="splfileobject.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>SplFileObject::__toString</refname>
|
||||
<refpurpose>Alias of <methodname>SplFileObject::current</methodname></refpurpose>
|
||||
<refpurpose>Alias of <methodname>SplFileObject::fgets</methodname></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<simpara>
|
||||
&info.method.alias; <methodname>SplFileObject::current</methodname>.
|
||||
&info.method.alias; <methodname>SplFileObject::fgets</methodname>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue