|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-11 21:45 UTC] nlopess@php.net
[2020-02-07 06:11 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 14 20:00:01 2026 UTC |
Description: ------------ There is a small mistake in the example of get_class_methods. It should be: > $class_methods = get_class_methods('myclass'); instead of: > $class_methods = get_class_methods('my_object'); Jan Pieper