Reply to Choosing the right PHP function for the job
Posted by John Smith on 05/22/05 06:47
How do I choose/find the function that is right for what I want to do. I
have been using the phpManual which is one of the reasons I came to PHP.
I would like to know how to search for a function only knowing what you want
to achieve with it. Say I want to have an array be stripped of all "&&"
values. How would I find a function or see if one exists based on those
requirements?