Daniel Beckham
9765ddf862
added missing waitpid macro functions
...
code examples are still missing and intro text
needs more information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57973 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 21:07:38 +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
Frank M. Kromann
719415f7ac
Fixing wrong return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57960 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 17:21:57 +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
Hartmut Holzgraefe
989ca2a737
whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57787 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-19 10:25:17 +00:00
Hartmut Holzgraefe
62be74170f
added a missing </itemizedlist> end tag
...
please run at least "make test" before commiting to CVS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57784 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-19 10:00:34 +00:00
Frank M. Kromann
794105f358
Adding documentation for fbsql_commit, fbsql_rollback and fbsql_db_status
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57755 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-18 23:15:22 +00:00
Hartmut Holzgraefe
fd7f27cd80
documentation on AQL query functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57744 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-18 19:49:36 +00:00
Philip Olson
296edcbd18
Added a couple links to ini.safe-mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57740 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-18 17:42:44 +00:00
Jeroen van Wolffelaar
61117464cc
Moved note about when second parameter was added to [l|r]trim a 'bit' more to
...
the top. Maybe we should make it a habit to place it right under the prototype?
That's where it belongs IMHO...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57710 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-17 21:33:40 +00:00
David Benson
872743f839
Document temporary lob support (dbenson).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57703 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-17 20:55:19 +00:00
Hartmut Holzgraefe
a216052f5b
some additions and resource type fixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57693 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-17 19:41:07 +00:00
Egon Schmid
a6b05187bc
Whitespace fix. </para> should be on a newline.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57636 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-16 23:01:49 +00:00
Egon Schmid
7a896f70aa
Whitespace fix. Please don't touch the other files who have been changed with the last commit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57635 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-16 22:50:41 +00:00
Hartmut Holzgraefe
3a25d9ef15
- whitespace in the error-code table
...
- dbplus_rcreate function
- slight paramater change in dbplus_rkey and dbplus_rsecindex
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57634 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-16 22:02:15 +00:00
stefan_saasen
a1b259b2ed
finished Translation of zip.xml; added EN-Revision tag to german translations of mine; typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57625 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-16 19:34:10 +00:00
Jeroen van Wolffelaar
096d4d2cae
Revert bogus whitespace 'fixes'.
...
(the output of print_r simply IS like this)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57597 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-16 10:31:30 +00:00
Egon Schmid
56d05862c1
Whitespace and some typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57584 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-15 23:47:44 +00:00
Marco Cucinato
be771f02c9
Fixed some examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57583 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-15 19:06:11 +00:00
Philip Olson
3873c1f578
Added a note saying "magic_quotes_gpc is ON by default", under addslashes description.
...
Hopefully will encourage people to read about magic_quotes_gpc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57562 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-15 01:46:41 +00:00
Jeroen van Wolffelaar
1a756d07d0
Add the note to array_intersect too
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57558 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-14 23:25:36 +00:00
Jeroen van Wolffelaar
a3b8d41417
Clarify array_unique & array_diff comparisation.
...
FIXME: when exactly were these broken?
This should fix some docbugs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57557 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-14 23:14:49 +00:00
Daniel Beckham
4c78d46018
initial draft of process control functions... several
...
functions are still not documented, intro is not
completed and several examples are missing.
This file has not yet been added to manual.xml.in.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57556 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-14 20:57:26 +00:00
Daniel Beckham
c5ffcca8f9
added configure option for pcntl support
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57555 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-14 20:54:13 +00:00
Philip Olson
12f8a99e3a
Added link to Safe Mode chapter within safe_mode directive.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57523 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-14 02:09:44 +00:00
Egon Schmid
975371030a
Indentation, capitalised some title words, and the rest are whitespace fixes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57510 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-13 20:40:46 +00:00
Philip Olson
a2850c185a
Added example for strip_tags()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57495 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-13 07:49:58 +00:00
Hartmut Holzgraefe
b1edc67a1f
improved introduction
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57486 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-12 22:37:51 +00:00
Martin Jansen
e49d23cf29
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57475 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-12 13:26:58 +00:00
Zeev Suraski
0a3272a7e9
Do some justice to the doc team
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57295 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-09 23:32:27 +00:00
Jeroen van Wolffelaar
38f66b25ab
Moved warning about integer division, and added example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57150 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-08 18:30:23 +00:00
Jeroen van Wolffelaar
bffdb553cb
Precisify comment on bug
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57149 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-08 18:26:01 +00:00
Gabor Hojtsy
dede2d253a
Changing bad
...
keyword.paamayim_nekudotayim
ID to
keyword.paamayim-nekudotayim
As _ should not be used in IDs! Anybody, who
added this ID, please read the README 10 times (at least).
Hope I won't brake any files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57135 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-08 16:54:53 +00:00
Kontra Gergely
efcd9ae098
Adding a silly (but I hope useful for beginners) comment about RGB components.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56950 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-06 15:17:05 +00:00
Gabor Hojtsy
72f1de697f
Closing bug 13124, and another one in ftp_quit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56786 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-04 14:49:38 +00:00
Egon Schmid
19fc0382c8
Only whitespace.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56718 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-04 01:26:13 +00:00
Kontra Gergely
a80b8604ef
Added parameter tag around font parameter, and a half sentence long "comment".
...
Few minor (1-2 char changes).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56671 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-03 15:26:23 +00:00
Stig Bakken
c220f89cc4
* added <titleabbrev> tags for PEAR and FAQ to clean up left sidebar
...
in online manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56655 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-03 12:34:56 +00:00
Cornelia Boenigk
695c460a5e
fixed some typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56618 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-03 04:01:53 +00:00
Marco Cucinato
d0ce30ee6d
Corrected each() refpurpose
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56566 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-02 20:58:47 +00:00
Marco Cucinato
e12a0e45f0
Typo fixed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56565 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-02 20:55:27 +00:00
Jeroen van Wolffelaar
a0fb1babfc
Reworded count() a bit, and a very little bit of WS (sorry for mixing)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56555 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-02 17:47:22 +00:00
Gabor Hojtsy
63e9bc2e15
Correct bug
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56554 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-02 13:27:42 +00:00
Egon Schmid
de9fbf7367
Only whitespace.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56546 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-02 11:39:05 +00:00
Egon Schmid
3f0b8e9ec9
Whitespace only and deleted empty 'See also'.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56545 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-02 10:52:33 +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
Jouni Ahto
1ec9b31b0b
Fixed closing tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56460 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-01 12:53:45 +00:00
foobar
6c6d3caa0a
Added documentation for ini_get_all()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56337 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-31 01:36:26 +00:00
Georg Richter
83a3aa848e
Bug: 12823 - Changed mysql_unbuffered_query description
...
killed 3rd parameter, mysql_unbuffered_query only accepts 2 parms
inserted description for 2nd parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56327 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-30 20:36:21 +00:00
Gabor Hojtsy
ea5e818164
Readding mysql.xml, the english version
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56306 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-30 16:51:12 +00:00