Commit Graph

78 Commits

Author SHA1 Message Date
Hartmut Holzgraefe
7839d91186 added DO NOT EDIT noctice to old english functions files,
removing the others


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78562 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 19:58:46 +00:00
Hartmut Holzgraefe
7c8fdea14d use &php.ini; entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75639 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-28 17:16:45 +00:00
Hartmut Holzgraefe
cf13075d44 rand() / mt_rand() prototype changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73259 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-14 12:38:05 +00:00
Philip Olson
ab7a379c34 rand: parameters are optional, removing void reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73229 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-14 07:10:37 +00:00
Simone Cortesi
c83dffdcca another typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71792 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-04 10:38:50 +00:00
Simone Cortesi
4ffe8cfa85 typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71791 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-04 10:32:36 +00:00
Hartmut Holzgraefe
6fa1adcca5 copy&paste bug :(
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71677 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-02 17:23:04 +00:00
Hartmut Holzgraefe
8129004fc3 added is_finite(), is_infinite(), is_nan()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71676 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-02 17:18:14 +00:00
Hartmut Holzgraefe
4c31e191c5 en Upgrade to DocBook4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69281 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:36:11 +00:00
Slawomir Pucia
5f766f977b little cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69012 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-29 22:07:49 +00:00
Wolfgang Drews
86c395700f changed the highest value for decbin() to the correct one. more to come :(
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67855 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-15 20:30:04 +00:00
Philip Olson
d96c681407 pi: Document precicion directive's affect, as well as the M_PI constant.
And, some other minor changes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67736 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-14 09:45:55 +00:00
Jan Lehnardt
ee04b8522b added see also sqrt for pow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67520 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-10 13:42:36 +00:00
irc-html
a46296bfaa added example to abs(), corrected spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67455 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-09 23:59:53 +00:00
irc-html
9820060af2 added example for ceil()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67445 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-09 23:43:26 +00:00
jim winstead
b86b5cf690 sqrt: see also pow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66643 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-02 00:44:14 +00:00
Hartmut Holzgraefe
79fad40345 added skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65169 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 14:47:51 +00:00
Hartmut Holzgraefe
3747b34a1b hope this solves the tabs vs. blanks issues once and for all
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00
jim winstead
a6624f2fc5 floor: duh, it does round down, not truncate. stupid negative numbers. :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64285 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:33:17 +00:00
jim winstead
7e04f85418 floor: add examples, say 'truncating' instead of 'rounding down'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64284 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:32:00 +00:00
Hartmut Holzgraefe
4a6f22f50a started to wrap up all <programlisting> environments
in CDATA sections to allow verbatim examples

having to use entities for &, < and > makes the code
hard to read and errors might slip in during the
process, so the two extra lines should be worth the effort


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62672 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-18 03:07:18 +00:00
Simone Cortesi
df75789a08 added missing colon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62479 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-15 09:38:47 +00:00
Gabor Hojtsy
68e88055ce Documenting a bunch of mathematical functions:
sinh, cosh, tanh, asinh, acosh, atanh

The last three are not available on windows...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61964 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-11 10:42:08 +00:00
Hartmut Holzgraefe
9410c19fda added version attribute to <?xml tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61864 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-10 21:49:43 +00:00
Zak Greant
af520ccb50 Minor fix to the *srand make_seed() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60012 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-15 22:51:36 +00:00
Jeroen van Wolffelaar
6ae3b9dba5 Fix modelines for VI(M) for the manual (en).
Syntax for vim < 6 is set to sgml, because xml is not recognizing tag-names.

This was discussed before, and this turned out to be best for all vi(m)
versions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57993 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 22:47:49 +00:00
Hartmut Holzgraefe
18a026d449 get rid of 'double', lets call it 'float'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57972 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 20:40:32 +00:00
Stig Bakken
9f2ef422fc * make better seeds in mt_srand/srand examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57865 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-20 00:50:08 +00:00
Jeroen van Wolffelaar
88f371b6da Implemented user-notes to round()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56472 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-01 14:54:08 +00:00
Gabor Hojtsy
d3187ecb5b External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55419 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:47:45 +00:00
Jeroen van Wolffelaar
9e6c77c6dd <void/>-ify, by means of the script.
Also a couple of other type-fixes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54459 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-12 22:16:08 +00:00
Jeroen van Wolffelaar
d2fc5fd34e Fix that rand() bug; double->float; better min() documentation;
possibly something else I don't remember right now :-)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54456 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-12 21:37:24 +00:00
foobar
734ee2adcd Reverted the change.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53905 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-09 07:17:51 +00:00
foobar
d2ce8542f8 Another try with this. This seems to 'compile'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53900 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-09 05:58:49 +00:00
Egon Schmid
5684d889a8 Sorry, but this is not the way we can build a correct manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53772 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-07 22:25:15 +00:00
Thomas Schoefbeck
f19ab94f75 Egon: Maybe you like this more. If you dislike this also, pls. look for a solution and don't just re-implement a bug again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53770 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-07 21:51:50 +00:00
Egon Schmid
7f69f3792c Both arguments are optional, see the source code.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53639 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-07 03:38:28 +00:00
Egon Schmid
488c67e394 Both arguments are optional, see the source code.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53637 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-07 03:27:10 +00:00
Thomas Schoefbeck
7e7fad73c2 changed (mt_)rand-parameters (bug #12550)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53616 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-06 21:13:19 +00:00
Jeroen van Wolffelaar
e8558faecb New pow() documentation to reflect 407-changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53263 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-04 13:08:04 +00:00
Jeroen van Wolffelaar
7915a6c933 Added Revision tag on top of most xml files in en-tree
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53059 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-02 17:37:51 +00:00
Jeroen van Wolffelaar
464edfa60f Damn tabs again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50946 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-08 20:39:25 +00:00
Jeroen van Wolffelaar
3548a8f98d typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50941 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-08 20:31:34 +00:00
Daniel Beckham
8c80e037f9 incorporating note from manual errata
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50296 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-28 15:53:23 +00:00
Daniel Beckham
5a0b2aa3d0 corrections, added void paramdefs where appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50259 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-27 03:53:25 +00:00
Daniel Beckham
542464d7d5 odd place for a period
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50257 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-27 02:17:25 +00:00
Daniel Beckham
82f713c238 adding example to pi(), mostly so that they precision is obvious
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50236 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-26 20:46:01 +00:00
Daniel Beckham
40f6a21d33 number_format:
- added optional tags to optional parameters
- tweaked and added more examples
- moved example description under example block
- added "See also:" section
- removed several manual annotations that were
  no longer needed because of these changes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50235 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-26 20:42:17 +00:00
Jeroen van Wolffelaar
7c62d81304 Changed all identifiers between <function> and/or <refname> tags
that had ONLY the first letter uppercase to all-lowercase


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50055 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 20:10:52 +00:00
Egon Schmid
fa27d0b63e Corrected some errors,
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49638 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-13 00:01:10 +00:00