|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-18 14:35 UTC] pollita@php.net
[2014-04-16 18:15 UTC] levim@php.net
-Status: Open
+Status: Feedback
-Package: Feature/Change Request
+Package: *General Issues
[2014-04-16 18:15 UTC] levim@php.net
[2014-12-30 10:41 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
With the advent of the new namespace {} context, how bout a few new functions to suit them? A few off the top of my head: - get_namespace_classes (Retrieves a list of all classes in a namespace) - get_namespace_methods (Gets a list of all methods in a namespace) - get_namespace_vars (You guessed it, gets all vars..) Just simple things like that... it could come in handy. Just a thought. ~ Andrew Heebner