Quick function lookup on PHP.net

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:

http://www.php.net/in_array

Handy, eh?

No related posts.

Leave Your Response

* Name, Email, Comment are Required