> I should know the history. The PEAR standard was written some years
> after the PHP manual. So I don�t see any improvement if writers
> should write
>
> function_name(args)
> {
> // do something
> }
>
> instead of
>
> function_name (args) {
> // do something
> }
Now writers use both. Isn't it better to use only one,
and not both side by side? I think it is better to use
one standard. Now there are examples and sample codes
using function_name() and some function_name ()...
The question is not only how to write functions, but how
to write code, including functions, comments, variable
names, constants, sample output, expressions, etc.
Goba