PHP » GoLang |
login |
register |
about
|
GoLang get_class_methods
request it (378)
GoLang replacement for PHP's get_class_methods
[edit | history]
get_class_methods(PHP 4, PHP 5, PHP 7) get_class_methods — Gets the class methods' names Parameters
Return Values
Returns an array of method names defined for the class specified by
Examples
Example #1 get_class_methods() example
<?php The above example will output: myclass myfunc1 myfunc2 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|