> I found a small typo on one of the PHP doc pages (first paragraph).
> (http://www.php.net/manual/en/keyword.extends.php)
> "It is not possible to substract from a class"
> They never taught me substraction in school ;-)
Thanks. Fixed in CVS sources. It will appear on a web after some time.
Jak
Hope I don't tick anyone off with trivial doc fixes but...
I found a small typo on one of the PHP doc pages (first paragraph).
(http://www.php.net/manual/en/keyword.extends.php)
"It is not possible to substract from a class"
They never taught me substraction in school ;-)
Ryan Saunders
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