Commit graph

358 commits

Author SHA1 Message Date
Richard Quadling
cac33a7a6b Enhanced example using a string as $initial.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294359 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 10:01:10 +00:00
Peter Cowburn
de318a3586 array_reduce initial parameter mixed as of 5.3.0. Closes #50919
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294358 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 09:45:02 +00:00
Kalle Sommer Nielsen
4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Hannes Magnusson
f39b9daa3c array_flip() will never return false (cought by yawk)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293230 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 20:19:16 +00:00
Jakub Vrana
bc93886cd1 Prefer <initializer> before "default is"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:41:53 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Jakub Vrana
ec87ab8ad9 First parameter can't be negative (bug #40882)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291198 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-23 12:52:00 +00:00
Jakub Vrana
754e0f650e Unstable (bug #47518)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290982 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 12:05:45 +00:00
Jakub Vrana
29268ad117 Resets pointer (bug #50176)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290755 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-14 20:20:34 +00:00
Jakub Vrana
aaf3c8054b Terminology (bug #49834)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290698 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:06:58 +00:00
Jakub Vrana
c49f0a6a86 Returns array (bug #50131)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290672 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 16:48:52 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Torben Wilson
6e6a7b535a Fixed an old incorrect description of array union.
Addresses bug #46765.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287831 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 08:34:04 +00:00
Torben Wilson
3152dc0fa7 Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287828 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 07:08:17 +00:00
Torben Wilson
8a0492f839 Documented what happens when you use extract() on $_FILES with
EXTR_SKIP when register_globals is turned on. Also noted that good
coding practice means you should never see this.
Addresses Bug #45283.
Also fixed some minor grammatical problems.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287827 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 06:43:30 +00:00
Torben Wilson
9bd06a0d9d Document the fact that key() returns NULL when the array pointer is out of bounds.
Addresses Bug #47330.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287789 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 04:48:24 +00:00
Rasmus Lerdorf
5c6fd60e8f Note about the array parameter being passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284285 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-17 21:56:27 +00:00
Richard Quadling
514d3eef12 Fix #48921 - First parameter is passed by reference.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284105 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-15 08:50:49 +00:00
Nilgün Belma Bugüner
876c81c602 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283800 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:30:45 +00:00
Hannes Magnusson
49747f6e5f Like the changelogs says, the random number generator is seeded
automatically


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283558 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-06 07:24:11 +00:00
Kalle Sommer Nielsen
3b0392cafa Fixed #48119 (usort() docs don't mention it now takes a lambda)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283436 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-03 18:21:37 +00:00
Richard Quadling
e2d7ee138a Added versions and some typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282707 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-24 09:20:29 +00:00
Damien Seguy
021cc13b97 fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282666 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 16:44:57 +00:00
Damien Seguy
dfef10d5b3 initial commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282662 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 15:51:34 +00:00
Kalle Sommer Nielsen
7dec13037a Revert
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280953 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-22 12:49:59 +00:00
Kalle Sommer Nielsen
95a492c98b Fixed #48316 (Precision for array_multisort)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280919 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-22 00:30:36 +00:00
Kalle Sommer Nielsen
29c60ed6c8 Fix proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280918 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-22 00:26:10 +00:00
Hannes Magnusson
b1774f7680 We don't document bugs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-20 08:33:26 +00:00
Moriyoshi Koizumi
793badf884 * Update the document so it reflects the recent change.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280663 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-17 10:19:11 +00:00
Etienne Kneuss
28a4ad2460 Document #48224 and put randomseed in the changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280285 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-10 17:55:00 +00:00
Yannick Torres
c492e64880 correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279077 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-20 21:41:48 +00:00
Damien Seguy
d6f1644922 fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278865 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 20:12:03 +00:00
Kalle Sommer Nielsen
051f9a61fc Fixes #47642 (array_unique() does not work with multidimensional arrays)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277798 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-26 01:34:09 +00:00
Mehdi Achour
33452ee6b3 Add/move sections to changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:08:01 +00:00
Philip Olson
768052f230 Cleaned up SeeAlso for the array sorting functions,
and linked them to the new array sorting chapter


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277530 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-20 20:40:34 +00:00
Philip Olson
5d8d55a2fd Linked to the new chapter about array sorting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277528 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-20 20:33:09 +00:00
Philip Olson
f8f1e1564b Initial commit, a unified document about all of the array sorting functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277465 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-19 06:06:33 +00:00
Damien Seguy
01253d3618 introduction of the foreach entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275923 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 15:30:18 +00:00
Hannes Magnusson
1f2f99b771 php-src reverted back to use _REGULAR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275809 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-14 08:06:42 +00:00
Mark Wiesemann
d34d573dc4 use "&false;" instead of "false" as the return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275783 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-13 20:51:15 +00:00
Moriyoshi Koizumi
136c8c25ed - The default for sort_flag is now SORT_STRING, just the same as previous
versions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275726 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-13 04:42:39 +00:00
Ross Masters
4375ee59c9 * Fix for http://news.php.net/php.webmaster/3784
* Examples for uasort, DateTimeZone::construct, file_get_contents, file_put_contents and ini_set


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275453 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-09 21:54:29 +00:00
Jakub Vrana
5730e7a2fa Initializers - part 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273648 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:14:26 +00:00
Daniel P. Brown
dc3c580b79 Added 'all' to function definition because it was apparently 'too ambiguous.'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273206 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 22:53:54 +00:00
Philip Olson
7efaceb009 Contains version information (when functions became available to PHP)
# Originally from the following location:
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272442 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-31 18:13:25 +00:00
Philip Olson
7774d7bb25 Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271307 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 01:58:18 +00:00
LEE Yun-young
a240b58137 new seealso style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271232 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-14 14:51:22 +00:00
Mark Wiesemann
1a753bdca8 typo ("objetcs") and indentation fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271180 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-13 18:43:26 +00:00
Kalle Sommer Nielsen
fb32b71aef Document new sort_flags parameter for array_unique() in 5.2.9
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271119 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-13 05:32:05 +00:00
Hannes Magnusson
4bdd5c9f0f Add see also for iterator_apply
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270120 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-30 00:38:25 +00:00