On 08.11.09, In Uncategorized, by admin
This is a quick and very handy method for looking up functions on php.net. As a PHP programmer, you’ll find yourself constantly consulting the php.net website. Often arguments are in different orders with different functions and it can be hard to remember them all. PHP.net has a convienent method for looking up functions.
To look up a function name, type this into your web browser:
http://www.php.net/functionname
For example, to look up the function in_array you’d type:
Handy, eh?
No related posts.









Leave Your Response