iliaa Tue Feb 11 17:49:22 2003 EDT Modified files: /php4 NEWS Log: New function news. Index: php4/NEWS diff -u php4/NEWS:1.1332 php4/NEWS:1.1333 --- php4/NEWS:1.1332 Mon Feb 10 22:07:39 2003 +++ php4/NEWS Tue Feb 11 17:49:22 2003 @@ -13,6 +13,8 @@ - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus) - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright) +- Added strpbrk() function, which can search a string for a list of + characters. (Ilia) - Added stream_get_line() function. This function will read either the specified number of bytes or until the ending string is found. (Ilia) - Added optional parameter to mkdir() which makes directory creation recursive.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php