Hello. I like programming in PHP, and I've made some abstract classes called
"Strings", "Math", "Array" which group all the functions refering to
their data type.My idea is creating classes like "Strings", "Math",
"Arrays" which should be abstract and have static methods, for example:All functions about
strings should be inside "Strings Class" the same for "Math" and
"Arrays".
I would like these classes to be part of PHP core.Hope you understand what I'm saying.!
Thanks!