Re: [PHP-DOC] minor typo in your documentation

2003-06-22 Thread Derick Rethans
On Sun, 22 Jun 2003, Derick Rethans wrote: > On Sun, 22 Jun 2003, Jason Hasner wrote: > > The documentation is okay, but our XML source doesn't allow to note that > it can have two parameters optional at the same time, but not at once. I > will now modify the docs that it will show more syntaxe

Re: [PHP-DOC] minor typo in your documentation

2003-06-22 Thread Derick Rethans
On Sun, 22 Jun 2003, Jason Hasner wrote: > string number_format ( float number [, int decimals [, string dec_point > [, string thousands_sep]]]) > > number_format() returns a formatted version of number. This function > accepts either one, two or four parameters (not three): > > If it does not

[PHP-DOC] minor typo in your documentation

2003-06-22 Thread Jason Hasner
Hello,   I noticed that in the documentation for the number_format function the following text appears:   string number_format ( float number [, int decimals [, string dec_point [, string thousands_sep]]]) number_format() returns a formatted version of number. This function accepts eit