> MMM, I thought that whitespace between funcname and open parenthesis was
> standard guideline for docs.
>
> README :
>     8. If an example of using arguments specific to a newer version of
>        php, it is helpful to note that in the example:
>
>        foo_function_exec ("bar", "baz"); // second argument was added in
PHP
> 4.0.3


>From PEAR coding standards (function calls):
Functions should be called with no spaces between the function name, the
opening parenthesis, and the first parameter (etc)

I assumed that was the standard for the documentation too... am I wrong?

Jeroen


Reply via email to