From: Andrei Zmievski Date: Fri, 1 Feb 2002 19:34:45 +0000 (+0000) Subject: Added is_a() function. X-Git-Tag: PRE_ISSET_PATCH~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f8c828c08b53fcf8af538c603f18a57d531e0b8;p=php Added is_a() function. --- diff --git a/NEWS b/NEWS index b3cc9cd5f1..20e95974c7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- Added is_a() function that can be used to test whether object is of a certain + class or is derived from it. (Andrei, Zend Engine) - Added optional parameter to highlight_string and highlight_file which makes these functions return a highlighted string instead of dumping to standard output. (Derick)