summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-11 00:34:35 +0000
committerfoobar <sniper@php.net>2003-02-11 00:34:35 +0000
commit5336e060164e94d4b0cfa62c226829c796c75f96 (patch)
tree411f39df19ed408e29f41f1770a143f534c35549
parent21390a83f021bd6155063168f54530a426720297 (diff)
downloadphp-git-5336e060164e94d4b0cfa62c226829c796c75f96.tar.gz
fix news entry per for file() parameter..
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0b86f29141..a4214250a6 100644
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,8 @@ PHP 4 NEWS
the specified number of bytes or until the ending string is found. (Ilia)
- Added optional parameter to mkdir() which makes directory creation recursive.
(Ilia)
-- Added optional parameters to file() which make the result array not contain
- the line endings and to skip empty lines. (Ilia)
+- Added optional parameter to file() which can be used to make the result array
+ not contain the line endings and to skip empty lines. (Ilia)
- Added get_headers() function, it can be used to retrieve headers sent
by the browser for the specified URL. (Ilia)
- Added str_split() function, this function can break down a string into an