ID: 30691 Updated by: [EMAIL PROTECTED] Reported By: arjen at mediamonks dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Irrelevant PHP Version: PHP 5 New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2004-11-05 12:05:18] arjen at mediamonks dot com Changed version to PHP5 ------------------------------------------------------------------------ [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
