From: Andrei Zmievski Date: Thu, 23 Mar 2000 17:54:02 +0000 (+0000) Subject: Added get_class_methods(). X-Git-Tag: PHP-4.0-RC1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92ca446e474b3ab3f7e6b714143104727c8767e1;p=php Added get_class_methods(). --- diff --git a/NEWS b/NEWS index b1211d1c72..37b922acf0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ???, Version 4.0 Release Candidate 1 +- Added get_class_methods(string classname) function. (Andrei) - Don't default to iso-8859-1 since this confuses some browsers (Rasmus) - Make it possible to specify both a port and a socket in mysql_[p]connect (Rasmus) @@ -51,7 +52,7 @@ PHP 4.0 NEWS - The string None is now recognized as a keyword by the php.ini processor, and can be used to denote an empty string (Zeev) - Added get_class_vars(string class_name) and get_object_vars(object obj) - function. (Andrei, Zend library) + functions. (Andrei, Zend library) - Add pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe) - Fixed comparison of (string) "inf" with (string) "inf", which was erroneously returning false (Zeev) diff --git a/TODO b/TODO index 4008bba731..b6a78374ae 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ Zend * allow foreach ($array as $k => &$val) syntax. right now we can not traverse an array without copying each element. * look al replacing c-lib call tolower(). - * get_class_methods("classname") global ------