Octavian Rasnita wrote:
Hi all,
I have 2 questions:
1. Do PHP libraries have a documentation included inside of them like in
case of Perl's modules?
2. If yes, how can I read that documentation?
Thank you.
Teddy
that would depend on what you understand under the term "PHP libraries",
if you mean the actual C files, then no, if you mean the PHP extensions,
eg. mysql, mcrypt, XML, etc. then yes, they do have documentation (most
of them), which can be found in the PHP Manual available on php.net. If
you're talking about the PECL extensions, then they usually don't have
much, if any, documentation about it. It basically means you'd need to
read the C code for it and find out yourself...
hope that helped,
- Tul
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php