On Sun, Aug 12, 2001 at 09:32:35PM -0000, Jeroen van Wolffelaar wrote:
> jeroen                Sun Aug 12 17:32:35 2001 EDT
> 
>   Modified files:              
>     /phpdoc   README 
>   Log:
>   More conventions
>   
>   
> Index: phpdoc/README

> +        If a function requires no arguments, use <void/> in stead of 
> +        <parameter>void</parameter>, since the former renders to " ()",
> +        and not " (void)", the former is of course more correct.
> +
> +        If a function has an undefined return-value, use 'void'.

<parameter>void</parameter> is the correct syntax, because <void/> looks
very ugly in the renderd output.

> +   14. In a prototype, if there are multiple - really distinct -
> +       possibilities, simply make it two! See math.xml:min() for an example.

mixed?

-Egon

-- 
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

Reply via email to