Recommend this page to a friend! |
Classes of Alexey Starikov | PHP Helper Class | README.en.md | Download |
|
Downloadphp-Helper(PHP 5 >= 5.3.0, PHP 7) Static class with automatic function loading When calling the class H :: funcName, it is checked whether there is a function in the helper directory, if the function is found, then it starts, if it is not there, then we try to download the file from the Internet or local storage and then it is saved to the helper directory and executed. The address of the repository of function files is specified in the property H :: $ remouteUrl Example
Result
|