Code Comments
Programming Forum and web based access to our favorite programming groups.Dear Webmaster, I am a Website builder myself, and a just building a php related forum, but now I have seen in codewalkers.com that every funktion is linked to your website. Now I was wondering if you could send my a list with all functions, so that I needend't find out about every function myself. The rest I will be able to do mysqlf with linking etc. Thank you very much Regards P. Schleiss
Post Follow-up to this messageHi Philipp, > I am a Website builder myself, and a just building a php related forum, bu t > now I have seen in codewalkers.com that every funktion is linked to your > website. Now I was wondering if you could send my a list with all function s, > so that I needend't find out about every function myself. The rest I will be > able to do mysqlf with linking etc. Here is a list of core functions (there are a lot more, if you install PECL extensions): http://cvs.php.net/co.php/phpdoc/funclist.txt You can also use http://www.php.net/get_defined_functions to get the list of defined functions on your own PHP setup (which will probably be more then the list in funclist.txt). Goba
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.