php manual
Posted: Sat Feb 05, 2011 11:58 am
I used to have a really simple and effective php manual that I could put on my desktop that had, among other things, a very elegant function reference. It listed all of the php functions, grouped by type, with description and how they worked. If I had a brain fade I could look up substr(), for instance and make sure of the ordering of the arguments. (That's just a sample, I don't have to look that one up very often, but...)
Going online and looking for that now I find only manuals with "function reference" listings of such abstruse things "human language and encoding functions" which include functions with names like "enchant()" and "FriBiDi()" that I would not recognize if they fell on me.
Is there still the sort of elementary php function that searches a string for a given character? Is there a manual that lists those functions for stupid people like me, in groups like "string functions" and "math functions" etc.? Can somebody point me to a downloadable copy of it?
Going online and looking for that now I find only manuals with "function reference" listings of such abstruse things "human language and encoding functions" which include functions with names like "enchant()" and "FriBiDi()" that I would not recognize if they fell on me.
Is there still the sort of elementary php function that searches a string for a given character? Is there a manual that lists those functions for stupid people like me, in groups like "string functions" and "math functions" etc.? Can somebody point me to a downloadable copy of it?