> We donī t use the rules written in some PEAR standards. If you want
> document some undocumented functions, you have to use the function
> name AS IS from the source code. The preferred naming scheme is
> prefix_get_settings. Only the ID attribute should have minus signs
> instead of underscores.

We do not conform to the PEAR function naming scheme. We need to
use the PHP source code names :) It is practically not the phpdoc
team, who decides, what a function should be named. The current
standard for function naming is the one Egon mentioned. Although
we have functions (eg. the image functions) with the old naming
scheme, and more image functions are popping up with this scheme.

It is in the TODO of the php-dev team written down, to make all
function names conform to a standard naming scheme... That wont
be the PEAR one, but the prefix_get_settings one mentioned by
Egon, as decided previously at php-dev.

Goba


Reply via email to