sniper Mon Feb 10 19:34:35 2003 EDT Modified files: /php4 NEWS Log: fix news entry per for file() parameter.. Index: php4/NEWS diff -u php4/NEWS:1.1330 php4/NEWS:1.1331 --- php4/NEWS:1.1330 Mon Feb 10 19:09:03 2003 +++ php4/NEWS Mon Feb 10 19:34:35 2003 @@ -19,8 +19,8 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php