Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199901

RE: [PHP3] dl() function From: Rasmus Lerdorf (rasmus <email protected>)
Date: 01/22/99

> 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>