Home > Archive > PHP Mirrors > September 2004 > linking to php.net
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
linking to php.net
|
|
| Philipp 2004-09-19, 3:55 pm |
| 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
| |
| Gabor Hojtsy 2004-09-19, 3:55 pm |
| Hi Philipp,
> 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.
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
|
|
|
|
|