mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix invalid constant names. Thanks to Nicholas Sloan for finding+fixing this (and sending a patch).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ae6e86223b
commit
3411e31daf
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
<note>
|
||||
<para>
|
||||
A blank line in a CSV file will be returned as an array
|
||||
comprising a single &null; field unless using <constant>SplFileInfo::SKIP_EMPTY | SplFileInfo::DROP_NEW_LINE</constant>,
|
||||
comprising a single &null; field unless using <constant>SplFileObject::SKIP_EMPTY | SplFileObject::DROP_NEW_LINE</constant>,
|
||||
in which case empty lines are skipped.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue