ID:               30691
 User updated by:  arjen at mediamonks dot com
 Reported By:      arjen at mediamonks dot com
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: Irrelevant
-PHP Version:      Irrelevant
+PHP Version:      PHP 5
 New Comment:

Changed version to PHP5


Previous Comments:
------------------------------------------------------------------------

[2004-11-05 12:02:59] arjen at mediamonks dot com

Description:
------------
http://www.php.net/manual/en/function.class-implements.php

Current function description:
class_implements --  Return the classes which are implemented by the
given class

Should be:
class_implements --  Return the interface which are implemented by the
given class

Note: "classes" should be "interfaces".


Kind regards,

- Arjen


Expected result:
----------------
class_implements --  Return the interfaces which are implemented by the
given class

Actual result:
--------------
class_implements --  Return the classes which are implemented by the
given class


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30691&edit=1

Reply via email to