|
Posted by Jim Michaels on 02/27/06 06:52
"passat91" <passat91@sympatico.ca> wrote in message
news:YU3Mf.32042$%14.802632@news20.bellglobal.com...
> I've installed php4 and Im curious about the build in function source code
> such as phpinfo();
>
> Could somebody tell me where I can see these source code once php is
> installed in the operating system.
>
> I check all the directories with all php folders but I have no luck
> finding them.
>
> Any feedback is really appreciated.
it sounds like you are asking about PHP's built-in function libraries.
http://us3.php.net/manual/en/funcref.php
there are a lot of them. database stuff, image stuff, XML stuff, encryption
stuff, nearly anything you need. and then there's PEAR object-oriented stuff
you can install on top of it.
http://pear.php.net/packages.php
the documentation is online (above) or can be downloaded from
http://us3.php.net/docs.php where you can click on a link to download the
Extended CHM format windows help file (VERY helpful).
Navigation:
[Reply to this message]
|