php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30691 class_implements() documentation error
Submitted: 2004-11-05 12:02 UTC Modified: 2004-11-05 13:16 UTC
From: arjen at mediamonks dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: PHP 5 OS: Irrelevant
Private report: No CVE-ID: None
 [2004-11-05 12:02 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-05 12:05 UTC] arjen at mediamonks dot com
Changed version to PHP5
 [2004-11-05 13:16 UTC] vrana@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 05:01:31 2024 UTC