In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "php how to query the methods in the class", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "php how to query the class inside what methods" it!
In php, you can use the get_class_methods () function to query which methods are in the class, which can get all the methods of the class and return an array of method names of the class with the syntax of "get_class_methods".
Operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer
In php, you can use the get_class_methods () function to query which methods are in the class.
The get_class_methods () function takes all the methods of the class and returns an array of the method names of the class.
Syntax:
Get_class_methods ($class_name)
$class_name: class name or object instance.
Return value: returns an array of method names defined in the class specified by $class_name. If there is an error, null is returned.
Example:
Output result:
Note:
Since PHP 5, this function is returned according to the name defined by the method (case sensitive). Lowercase is always returned in PHP 4.
At this point, I believe you have a deeper understanding of "php how to query the methods in the class". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.