From: Ilia Alshanetsky Date: Tue, 11 Feb 2003 22:49:22 +0000 (+0000) Subject: New function news. X-Git-Tag: RELEASE_0_5~1095 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c14bf24296a4e43ffe34675822951097347c7fd;p=php New function news. --- diff --git a/NEWS b/NEWS index bb7996cbac..d835312b56 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ PHP 4 NEWS - 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.