is there any website from where i can download complete php function list along with their descriptions??
php functions
Looking at the number of functions listed at http://www.php.net/quickref.php , I doubt if you can have descriptions of all of them without it becoming a small manual.
Maybe http://www.webveteran.com/media/about/php_function_reference-060516.pdf
Maybe http://www.webveteran.com/media/about/php_function_reference-060516.pdf
You can't download it, but you can bookmark http://w3schools.com/php
| mehulved wrote: |
| Looking at the number of functions listed at http://www.php.net/quickref.php , I doubt if you can have descriptions of all of them without it becoming a small manual.
Maybe http://www.webveteran.com/media/about/php_function_reference-060516.pdf |
thanks friend....the link you provided carries very good information about php...
also thanks to other people who posted thier replies.....
replies are always welcome...
There's also a few programs that will take the PHP Functions that you can download from php.net, and put them into a nice searchable table. PHP Function Index is one of them. That's what I use, it's quite nice for when you are coding offline.
