The php300 aggregation interface v1.6 has been updated. This update has modified some contents. The modifications are as follows:
1. The $links parameter is added to the mysql class to cope with operating multiple database identifiers. For details, please refer to the online manual.
2. Add the function of calculating the distance in days in the character class
3. Add text segmentation function to character class
4. Add Chinese counting function to character class
5. Add limited character function to character class
6.The return value of connecting to the database in the mysql class is changed from true to the connection identifier.
In addition, in version 1.6, except for classes that need to be constructed such as mysql and ftp, which cannot be called statically, other functions can be called statically without instantiation, such as
classname::functionname();
this way.
Additional note: Some children report that deleting the font files of this interface program cannot be deleted. Specifically, you can stop Apache first and then delete it.