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
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
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