PHP- [function] - function definitions Considerations

Learning points
function definition Precautions
1.PHP function parameter is defined with default values allowed;
2. normal and default parameters defined at the same time of: common parameter default parameters in front of the back
3. Overload inherited static methods and must ensure the same base class access control, consistency modifiers is overloaded [abstract] the same method
 

Published 47 original articles · won praise 3 · Views 1949

Guess you like

Origin blog.csdn.net/yueyekonglong/article/details/104025219