In this way, the reflection effect can be achieved. how can this problem be solved?

Source: Internet
Author: User
In this way, PHPcode & lt ;? PhpclassUserClass {publicfunctionuserMethod ($ userParameterdefault) {echoinvokesuccess !!!;}} * *************************** Reflection can also achieve the effect of reflection
PHP code
  
  IsUserDefined () {if ($ reflection-> hasMethod ($ functionName) {$ method = $ reflection-> getMethod ($ functionName ); if ($ method-> isStatic () {$ method-> invoke (null);} else {$ instance = $ reflection-> newInstance (); $ method-> invoke ($ instance );}}} ********** ***********************//*************** **************************************** * ********/$ user = new $ className (); $ user-> $ FunctionName (); /*************************************** * *************************/?>

The class name can be dynamically loaded from the configuration file and then an instance of the corresponding type can be created. The results are the same, but reflection is a little troublesome. For personal opinions, please criticize and correct them.

------ Solution --------------------
Well. I learned.
Java reflection mechanism
Http://baike.baidu.com/view/1865203.htm

In fact, if you think about the purpose of the "reflection mechanism", you may not complain too much about php.
------ Solution --------------------
Learning, first understanding reflection

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.