Re: [PHP-DOC] Minor typo

2004-05-23 Thread Jakub Vrana
> 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

[PHP-DOC] Minor typo

2004-05-23 Thread Ryan L. Saunders
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

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