php3-list | 199901
Date: 01/22/99
- Next message: Aaron Gomez: "RE: [PHP3] dl() function"
- Previous message: Aaron Gomez: "RE: [PHP3] dl() function"
- In reply to: Aaron Gomez: "RE: [PHP3] dl() function"
- Next in thread: Aaron Gomez: "RE: [PHP3] dl() function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Thank you. I had thought of going directly to the source and was
> actually looking at a library when your e-mail arrived. I was looking
> for explicit documentation though. If you are aware of any I would
> appreciate it. Thanks for the input.
Read apidoc.txt and CODING_STANDARDS in the PHP source distribution.
There is no specific documentation for dynamic modules because there is no
difference between those and normal internal static modules as far as PHP
is concerned beyond some syntax in the actual module sources. And you can
gleam that from the examples in the dl/ dir.
-Rasmus
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Aaron Gomez: "RE: [PHP3] dl() function"
- Previous message: Aaron Gomez: "RE: [PHP3] dl() function"
- In reply to: Aaron Gomez: "RE: [PHP3] dl() function"
- Next in thread: Aaron Gomez: "RE: [PHP3] dl() function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

