Commit graph

601 commits

Author SHA1 Message Date
Adam Harvey
90783beb49 Fix doc bug #52806 (key_exists (alias of array_key_exists) undocumented) by
adding key_exists() to the list of function aliases and moving the note about
the deprecated alias to the normal place on the array_key_exists() manual page.
Also removed the now horribly out of date note on the function alias list about
it being correct "as of 4.0.6".


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303248 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-10 02:53:06 +00:00
Gustavo André dos Santos Lopes
a0575612f2 * Made clearer the requirements for the callback function, as per bug #52778
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303045 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-05 05:26:29 +00:00
Adam Harvey
d5e635d12d Fix doc bug #52646 (contradicting information regarding "sort_flags").
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302524 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-20 05:29:16 +00:00
Philip Olson
380c441c88 Clarified (in the description) that entry keys are returned. Closes PHP bug #52247
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302055 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-10 01:31:30 +00:00
Mark Wiesemann
d7fad8f1ed fixed changelog order (descending seems to be common)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301582 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 19:46:57 +00:00
Daniel Egeberg
ac57e6596c Fixed PHP bug #52437 (array_unique version misleading)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301530 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-25 11:12:19 +00:00
Daniel Egeberg
9280b06246 Fixed PHP bug #52392 (Small, but important addictions in "Return Values" and "See Also")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301475 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 17:59:08 +00:00
Peter Cowburn
7653b91a1f smush another pesky PHP 6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299468 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 20:49:29 +00:00
Philip Olson
08e2e3465c Added note about 5.2.10 '0' padding change, and added a bunch of gotcha-like examples as expressed in several user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299436 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 01:43:37 +00:00
Daniel Egeberg
99a0f11459 Fixed PHP bug #51828 (example of natsort should compare with asort function)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299407 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-15 21:49:14 +00:00
Peter Cowburn
426ec589cc clarify array_merge reindexing behaviour with numeric-only keys (bug #51699)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298804 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-30 12:27:36 +00:00
Daniel Egeberg
fb70264f42 Clarified the parameter's requirements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298761 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-29 08:33:49 +00:00
Daniel Egeberg
1db0fccd50 Added initializer to array_reduce()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298259 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-21 15:54:33 +00:00
Yannick Torres
0306ecd5ad Fix typo in tag name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297786 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-10 07:58:00 +00:00
Daniel Egeberg
01adf8724e Fixed PHP bug #51520 (strict-parameter of array_search() and object-identity)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297745 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-09 14:04:21 +00:00
Philip Olson
3e57d6ccfd Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24:11 +00:00
Daniel Egeberg
d6f393442b Fixed #51453 (Mentioning NULL as special value for replacement in array_splice())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297304 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-01 20:33:18 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Jakub Vrana
d87240a673 Link Countable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296747 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 20:54:21 +00:00
Kalle Sommer Nielsen
b25e5de2b0 Fixed bug #51180 (Incorrect description of array_merge parameters)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296209 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-14 22:29:19 +00:00
Richard Quadling
b091b761c3 Corrected the syntax of XML attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294567 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-05 16:14:57 +00:00
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
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
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
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
Philip Olson
84525eff8e Changed deprecated ereg to preferred preg from SeeAlso and Examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270042 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-28 20:34:00 +00:00
Jakub Vrana
525ddcd3fd Returns false for empty array (bug #46482)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268284 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 16:24:54 +00:00
Hannes Magnusson
dd1f81f00b Add seealso array_fill_keys()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265879 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-04 16:18:49 +00:00
Felipe Pena
61d6907857 - Fixed typo (removed "()" inside <function>, what yields double "()")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265870 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-04 00:26:38 +00:00
Felipe Pena
b47434c5b2 array-key-exists.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265831 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-02 13:33:29 +00:00
Felipe Pena
9c862a24c1 - New example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265668 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-30 14:23:24 +00:00
Hannes Magnusson
5cd5661448 Use proper markup for variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265362 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:40:25 +00:00
Antony Dovgal
a877babfaf fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265161 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-20 07:49:46 +00:00
Kalle Sommer Nielsen
ad7d582a65 Document that each() also accepts objects, but may return unexpected results + add link to object iteration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265142 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-19 23:18:42 +00:00
Ken
4f4310b1a9 Adding note about sorting algorithm
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262372 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 22:23:41 +00:00
Daniel P. Brown
3b915536c0 Addresses Bug # 45367.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261679 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-26 15:08:54 +00:00
Matt Wilmas
8814a824ae array_fill_keys: Fixed value description (bug #43693); and added info. about illegal values for key (like array_combine)
array_fill: Reword value description


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259538 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 14:08:20 +00:00
Florian Anderiasch
6b3613b92b clarified: warning on non-array, bug #44844
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258926 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 21:24:19 +00:00
Felipe Pena
7362172ae6 - Added new example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257845 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 19:54:42 +00:00
Edward Z. Yang
d1e421d30d Fix Bug #44485 array_splice behaves unexpectedly when given an object, by clarifying that a typecast is done for mixed types.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255621 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-20 21:18:35 +00:00
Philip Olson
074d5dc756 Added role=parameters, and moved note to new role=notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253466 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 18:08:31 +00:00
Philip Olson
4a15716911 Updated parameter information to reflect behaviour, and added the parameter role.
# Sanity check required please


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253372 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 01:36:14 +00:00
Paul Reinheimer
3317f3f29a List works without a second parameter, correcting docs to demonstrate this
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253351 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-20 21:23:52 +00:00
Philip Olson
dabad796d9 Be clear that key() works with all arrays (closes bug #44016).
Also, added example output to <example>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252235 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-04 18:13:59 +00:00
Robert Nicholson
eceaba35ad Fixed bug#43612 (array_map behaviour with string keys undocumented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250986 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-20 14:56:59 +00:00
Felipe Pena
ebcf4708d7 Fix reference (link to itself)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250726 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-15 21:18:35 +00:00
Felipe Pena
b4df63995d Fix examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250725 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-15 21:14:47 +00:00
Felipe Pena
36af2be7c4 Add information about empty array; add examples (#43760)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250020 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-06 12:30:42 +00:00
Mehdi Achour
f2ccacf049 Tyop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249460 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-31 01:38:43 +00:00
Mehdi Achour
c10971d592 Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249451 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 23:05:06 +00:00
Felipe Pena
a3408906fa Add information about negative keys.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249445 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 19:58:59 +00:00
Mehdi Achour
885d702e25 Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249444 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 19:17:05 +00:00
Mehdi Achour
e72eeb989f Integrate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249433 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 15:20:46 +00:00
Mehdi Achour
6b20633e2a Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249414 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 11:35:36 +00:00
Mehdi Achour
7d46847705 Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249383 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-29 23:04:24 +00:00
Felipe Pena
0bdb078cd4 Add static keyword in method static
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249104 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 01:29:48 +00:00
Felipe Pena
35f3ca8739 Added information about illegal values for key (#43496)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247817 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-09 01:12:30 +00:00
Jakub Vrana
2b6db861d1 Simpler example (bug #42889)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246612 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:01:30 +00:00
Richard Quadling
a1496cecfe WS - Removal of TABs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245390 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 16:40:42 +00:00
Richard Quadling
81bd458e2e Clearer description that 2 callbacks are used.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241878 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-28 08:12:18 +00:00
Jakub Vrana
028a5aff9c Plus doesn't overwrite keys (bug #42323)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241382 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 02:03:58 +00:00
Hannes Magnusson
1eb775bca2 Keys cannot be any numeric value, only integers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241265 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-15 11:40:20 +00:00
Richard Quadling
05c7b748be Fix #42149 - Better description of the strict comparison search option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240496 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-31 08:18:26 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Logan Buesching
b34edb705d ref.array switch to new style. 12/61 done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238020 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-18 22:49:15 +00:00
Maciek Sokolewicz
e4add31826 reworded "will reset numeric array keys by default" to explain it more clearly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237220 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-08 13:24:47 +00:00
Mehdi Achour
b3d0ca982a Fix role
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236423 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-26 23:01:25 +00:00
TAKAGI Masahiro
3f33f36313 fixed reftitle.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236368 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-26 01:27:44 +00:00
Hannes Magnusson
f09c05c447 Implement the "new"-doc-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236226 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-24 08:32:49 +00:00
Etienne Kneuss
0a501a3f61 Fix #41205 (As of PHP 5.2.2 list doesn't work on strings)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234720 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-30 22:26:39 +00:00
Hannes Magnusson
714d106444 Typo in example output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228539 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 22:31:56 +00:00
Antony Dovgal
8feaa6b90d fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228476 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 09:19:32 +00:00
Hannes Magnusson
e44970bf48 Fix examples to print the output and fix output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228472 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 09:06:51 +00:00
TAKAGI Masahiro
5bc0398abd added $Revision$ tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223040 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-09 13:20:21 +00:00
Jakub Vrana
ad25f5f4b0 Documentation by Matt W
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223029 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-09 08:23:00 +00:00
Hannes Magnusson
c3bc936236 WS, preparation for the new doc style...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222577 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-31 11:24:02 +00:00
Dave Barr
0fd3e5a4ed - Only numeric keys are reset by default (Fixes #38076).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221792 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 05:12:35 +00:00
Etienne Kneuss
bc0be59bf2 improve the example a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214909 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-16 14:44:47 +00:00
Etienne Kneuss
e5de952ad1 Fix #37572 (Return value can be false on success)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213911 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-29 16:03:18 +00:00
Jakub Vrana
caec5e0640 Change example to something different than krsort()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210690 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-05 08:28:14 +00:00
Jakub Vrana
49ad52325c Typo in example (bug #36958)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210609 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-03 15:04:09 +00:00
TAKAGI Masahiro
274def2717 empty values (such as 0, '', etc...) == FALSE, but !== FALSE.
(relates to bug #20394)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210354 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-29 03:48:05 +00:00
Jakub Vrana
9e27b31c3c Mention create_function (bug #36585)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208443 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-02 08:30:25 +00:00
Horst Schirmeier
55db9ff77b reference to array function "end" added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201468 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-28 01:33:59 +00:00
Nuno Lopes
b4c068064d link to the i18n_loc_set_default() page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196912 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-25 15:55:37 +00:00
Noah Fontes
884831ad79 fixed bug #34534 (not clear that extract() separates the prefix with an underscore)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196208 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-16 19:43:49 +00:00
Jakub Vrana
8df39c3aaa Remove superfluous information about reseting the array position
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195450 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-08 08:39:45 +00:00
Jakub Vrana
c733d77580 x*10 -> 10*x (bug #34363), empty array without initial returns null
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195243 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-06 07:36:12 +00:00
Jakub Vrana
af7199878d Numeric keys in input are not preserved (bug #34227)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194570 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-29 15:36:01 +00:00
Dan Scott
a2abd495c5 Fix bug 34228 (rsort should link to krsort).
Fix bug 34229 (shuffle and other sort functions clobber key associations).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194314 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-24 14:15:11 +00:00
Sean Coates
c0f9335700 explain behaviour when first argument is not an array (#34134)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193331 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-13 19:06:21 +00:00
Sean Coates
249b371142 fix 'hardcoding' of variables_order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191103 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-21 03:17:47 +00:00
Jakub Vrana
5ace950dc8 Use foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 13:07:50 +00:00
Jakub Vrana
1cffddca23 Fix parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189003 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-22 10:39:10 +00:00
Nuno Lopes
c2834ae072 there wont be PHP 4.3.12. bump to 4.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187764 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-06 14:51:55 +00:00
Jakub Vrana
72f1220ae3 low and high can contain a letter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187392 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-31 13:19:08 +00:00
Mehdi Achour
4c2e7a19c4 Add new function
# Added by Andrey 5 hours ago


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186216 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-11 16:42:04 +00:00
Philip Olson
cee7c2bba3 Implemented the new alias doc style. This alias no longer requires translation
as it exclusively uses the language-* files.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Jakub Vrana
25d578f482 User function is used for comparison (bug #32811)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185044 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 08:13:48 +00:00
Jakub Vrana
147c065529 Remove double article
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184768 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-20 14:05:09 +00:00
Jakub Vrana
7fac11363b pad_size limit (bug #32713)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184381 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-15 08:30:45 +00:00
anatoly techtonik
91dac5587a * more descriptive example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183683 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 18:27:08 +00:00
Jakub Vrana
caceddf150 Positive -> non-negative offset (bug #32227)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183280 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 15:50:05 +00:00
Nuno Lopes
d63fecff26 update this also: sort_locale in php 4.3.12 too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183267 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 14:49:36 +00:00
Matt Li
cb7b67abca Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182551 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-21 09:47:52 +00:00
Jakub Vrana
8747a04d26 Doesn't count object members (bug #31977)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182485 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-20 10:16:34 +00:00
Kenneth Schwartz
c6d3fdfecf WS Fix (no tabs)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181878 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:14:11 +00:00
Leszek Krupinski
f5e7471e5c - made example actually output something
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181628 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-08 07:21:17 +00:00
Leszek Krupinski
61f849c403 - &example.outputs;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181626 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-08 07:09:33 +00:00
Leszek Krupinski
630ea17fa5 - added para
- made example actually output something


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181529 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 11:39:04 +00:00
anatoly techtonik
ad5631260e note that it doesn't preserve keys from replacement array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181315 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-04 11:19:04 +00:00
Leszek Krupinski
0e2cf71a18 - removed paragraph that does not comply to that function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180659 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-24 10:52:11 +00:00
Aidan Lister
af56b760ee Added callback type to see-also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180107 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-19 12:33:33 +00:00
Jakub Vrana
169671a444 'duplicate entries will be merged into the last one' - this has nothing to do with array_merge
without it, example 3 is a copy of example 2


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179885 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-16 15:27:02 +00:00
Dave Barr
009d44bfcf Fix minor spelling/punctuation mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179740 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 04:13:17 +00:00
Leszek Krupinski
654f5a90a6 - uh, reverted, my mistake
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179307 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-09 09:19:13 +00:00
Leszek Krupinski
35decc6ba7 - fixed xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179306 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-09 09:17:08 +00:00
Jakub Vrana
f2dbd673ca Explain SORT_REGULAR (bug #31760)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178870 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-04 10:15:20 +00:00
Philip Olson
72abc2a3a6 Document bug #30935 (may not use Superglobals)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177506 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-18 03:03:14 +00:00
Mehdi Achour
e0bde34126 s/otherwords/other words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176321 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 20:36:03 +00:00
Derek Ford
6f05844f8e note 48406 integration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175457 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-23 08:34:20 +00:00
Yannick Torres
aef96d95ce more &example.outputs; entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175176 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-20 19:54:46 +00:00
Aidan Lister
d206f5b841 Missing PHP tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175101 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-20 02:15:13 +00:00
Jakub Vrana
4cc743081b Return bool (bug #30996)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-06 11:22:17 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Jakub Vrana
31e02322db Nuke PHP syntax errors (including bug #30717)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172267 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-08 12:10:21 +00:00
Aidan Lister
5aeba5523b Improved refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171998 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-03 07:30:01 +00:00
Aidan Lister
5fad7fe088 Fixed typo in last commit (count not coun). Added further examples. Used docbook markup appropriately.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171989 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-02 23:41:00 +00:00
Marcus Boerger
8748886df0 - Update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171889 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 21:11:40 +00:00
Yannick Torres
47cce4de27 use more entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171823 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 12:39:29 +00:00
Sean Coates
bd21529c86 returns false if empty
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171451 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-28 14:35:44 +00:00
Aidan Lister
8b0eafc2fd Removed extra code from final example and clarified wording. Reworded introduction.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170055 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-08 08:43:04 +00:00
Aidan Lister
2ef40890c3 Intergrated the user notes into examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169840 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-03 11:06:39 +00:00
Jakub Vrana
d39d863a48 Statements are not equal (bug #25489)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168680 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-16 13:38:16 +00:00
Nuno Lopes
b3ff644c6c document preserve_keys
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168647 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-15 18:27:51 +00:00
Nuno Lopes
38f15559ef add SORT_LOCALE_STRING
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168396 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-11 15:50:39 +00:00
Curt Zirzow
f25afe6fbc fix #29885, count() doesn't handle infinite recursion.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168094 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-06 20:13:42 +00:00
Jakub Vrana
a1ddba3e96 rtrim($refpurpose, '.')
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Jakub Vrana
c802e6b506 Simplify refpurposes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166813 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 13:10:38 +00:00
Jakub Vrana
8214cac81b Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:15:21 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Jakub Vrana
fa2e38785e Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Nuno Lopes
79e60a8928 fix #29545: remove bogus warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165506 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 10:04:18 +00:00
Aidan Lister
584212cd29 Removed the extra empty paragraph.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165237 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 12:08:12 +00:00
Aidan Lister
ce520e6896 - Updated the first example with PEAR CS
- Added a line to the intro stating the method works fine with objects
- Added second example with information about the differences between isset


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165216 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 08:36:51 +00:00
Jakub Vrana
b641bfd5d9 Parameters passed by reference (Zend functions)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165117 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:05:01 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Jakub Vrana
c8196b0236 Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165051 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 10:24:06 +00:00
Jakub Vrana
bc37ae981e Returns number
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165044 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 10:04:29 +00:00
Aidan Lister
893a062437 Added example and alterered spacing - it should be complete now, comments welcome!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165039 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 08:52:13 +00:00
Aidan Lister
2e7fb0b1f6 Replaced 'function' with 'funcname' as per synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165038 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 08:51:19 +00:00
Aidan Lister
890f1d16c2 Half documented - I was unable to complete it because PHP segfaults when I use the function!
Commiting so we don't double up on the work


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165032 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 07:07:13 +00:00
Aidan Lister
da67f96ed8 Fixed spacing of synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165031 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 07:05:43 +00:00
Maciek Sokolewicz
5fe0c7a5b2 added the & to the parameter to make it clear(er) that this parameter is passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164897 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-01 23:20:42 +00:00
Jakub Vrana
5ab8a8819e First parameter passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164431 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 12:23:32 +00:00
Dave Barr
a00edd14b7 - Remove trailing period from end of refpurpose.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164407 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 04:48:55 +00:00
Dave Barr
8d4e444039 - s/function/functions/, move a para around and add some see alsos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164406 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 04:28:31 +00:00
Dave Barr
a456251039 - Document 4 new array functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164405 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 04:15:58 +00:00
Jakub Vrana
424ddabc59 array_u?intersect_u?assoc (bug #29380)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164325 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 10:08:51 +00:00
Aidan Lister
762bc4bd27 Fixed line length
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163025 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-11 02:20:24 +00:00
Aidan Lister
8b6ea03d60 Added link to array_walk_recursive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163024 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-11 02:18:37 +00:00
Mehdi Achour
f8a9eed409 See also
# spotted by Olivier Parmentier (miam)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162872 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-08 14:46:23 +00:00
Mehdi Achour
06d4bd0ab4 add a missing ; in the example (user complaining)
document the fact that <?php echo {[bar]}; ?> is possible (user too)
Having a trailing comma in the array declaration is valid. (raised by Jason Garber on php.internals)
See also count() while we are here :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161634 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-17 21:26:19 +00:00
Nuno Lopes
78ec3be99b fixed equivalent to array_shift
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159504 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-24 13:27:24 +00:00
Nuno Lopes
043ff4ec30 fix #21278: unpredictable results of sort
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159269 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 13:54:49 +00:00
Nuno Lopes
e3f30f1da2 new PHP 5 funcs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158736 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-17 15:35:23 +00:00
Sara Golemon
461a5144ed Proto fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158344 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-11 05:35:15 +00:00
Damien Seguy
2bbe2338d4 added constanst, literal and varname tags for cosmetic update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157966 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-04 19:56:18 +00:00
Damien Seguy
04981d8312 removed space from parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157965 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-04 19:55:53 +00:00
Damien Seguy
91d0d45315 give a better name to the parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157964 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-04 19:55:18 +00:00
Jan Lehnardt
3c7d5d1fda - reflect the fact, that merging a single array is possible
and added a corresponding example. Thanks to vmx.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157951 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-04 19:01:46 +00:00
Nuno Lopes
b530f5ec23 fixing methodsynopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157533 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-29 15:54:18 +00:00
Nuno Lopes
cf45885b0f try to have better IDs so that livedocs doesnt complain
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155749 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 15:42:00 +00:00
Kenneth Schwartz
c26bd5560a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155022 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-31 08:15:11 +00:00
Kenneth Schwartz
5caa815dcb bug #27788: array_multisort does not maintain numerical key associations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155021 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-31 08:13:11 +00:00
Kenneth Schwartz
a83b7f3951 fixed note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-30 10:17:12 +00:00
Kenneth Schwartz
66d402ae4e extract: minor revision
others:  use <void/>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153220 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-09 10:38:14 +00:00
Dave Barr
f58fd6cc8b - "PHP version x.y" => "PHP x.y" consistency.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153002 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-06 02:40:23 +00:00
Mehdi Achour
b5be781648 end : rewording and CS
shuffle : there's a &note.random.seed; entity, so we don't need to use srand()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152961 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-05 12:12:57 +00:00
Dave Barr
67b99af1bc - it's => its.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152603 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-28 15:13:46 +00:00
Kenneth Schwartz
b8604368ab added example for natcasesort
fix: natsort does in fact maintain key/value


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152489 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-26 19:55:33 +00:00
Derick Rethans
a2b37b0a57 - Added another see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151104 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-11 13:18:02 +00:00
Ken
9d856c34c6 Use proper alias structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150400 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-03 18:29:13 +00:00
Stefan Walk
61e92271e2 Fix typo, add tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150176 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-30 18:18:47 +00:00
Stefan Walk
71ff7bc597 Add security warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150175 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-30 18:09:45 +00:00
Mehdi Achour
b9d06698c4 s/var/static/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149475 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-22 12:55:24 +00:00
Mehdi Achour
45a0f65851 CS : Function declarations follow the 'one true brace' convention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148756 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 12:43:50 +00:00
Derick Rethans
ac27f24183 - Add tip about $array[] to array_push()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148554 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-12 20:48:44 +00:00
Jakub Vrana
2ccd1ae37f Link to array operators in See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147860 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 10:29:53 +00:00
Marco Cucinato
c953f7a843 Small typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147768 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-03 15:10:20 +00:00
Ken
6195120882 Added note that sort() kills existing keys.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147653 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-01 22:59:00 +00:00
Ken
c2b6fb8a1f Switched argument order. It's needle, haystack, as stated just a few lines above. ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147608 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-01 06:44:47 +00:00
Derek Ford
a02fb899e9 Grammatical Fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147346 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-26 18:42:02 +00:00
Jakub Vrana
313b98ba94 sort functions return true or false
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147340 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-26 09:56:59 +00:00
Jakub Vrana
b4833d1ae6 Definition of cmp_function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147142 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-22 10:01:48 +00:00
Mehdi Achour
e8844eadb3 some more CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 17:46:56 +00:00
Mehdi Achour
0e714ae7f2 parse error ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146561 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-16 09:26:34 +00:00
Dave Barr
5a0a13cb6d - Add a note about case-sensitivity, fix #26539.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146517 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 19:16:05 +00:00
Jakub Vrana
602b3865fd Xmas typos 2/5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146514 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 18:42:07 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Jakub Vrana
4085ee780b All syntax errors in examples hunted except those clearly stated as invalid
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146224 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:42:10 +00:00
Jakub Vrana
0599b66cc0 Changed print to echo as recommended in RFC/coding_standards
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145979 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-08 13:52:47 +00:00
Mehdi Achour
2464af67f4 using screen to dislpay the correct output
# a user note was complaining about the statement being wrong (array ("blue") != array(1 => "blue"))


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145449 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-03 11:24:18 +00:00
Mehdi Achour
d0fefa8d94 fixing #26225
adding an example
correcting the callback parameter name


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144208 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-12 21:06:32 +00:00
Mehdi Achour
5695676352 this function need two callbacks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143799 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-04 17:28:10 +00:00
Mehdi Achour
5360891466 use the right function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143673 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-03 14:32:58 +00:00
Mehdi Achour
7e29802d31 using screen tag for the examples
converting tabs to spaces in the examples
there is some noise with WS that I was unable to reduce, but my WS seems to be ok


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143671 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-03 14:05:07 +00:00
Fernando Correa da Conceição
98f50b0330 Fix wrong ID
# Don´t you use make test?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142151 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-10 05:08:09 +00:00
Andrey Hristov
909c25dafa Documentation for new functions in PHP5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142099 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-09 07:28:40 +00:00
Sara Golemon
fb512b8f7e Correct specified index and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140608 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-19 04:33:56 +00:00
Mehdi Achour
49bb81ffbe adding prev to the see also list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138194 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-18 16:09:01 +00:00
Heilig (Cece) Szabolcs
23396d4d4e applying PEAR coding standards on examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138081 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-17 12:21:03 +00:00
Heilig (Cece) Szabolcs
d9784b8655 sorry, did not checked before committed :(
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138079 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-17 12:16:16 +00:00
Heilig (Cece) Szabolcs
ff4dc961b3 added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-17 12:12:48 +00:00
Dallas Wang
00b0b64b1a Fixing bug #25113.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138048 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-17 06:15:41 +00:00
Mehdi Achour
477aa9f95c adding role attribute and php tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138007 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 18:59:12 +00:00
Heilig (Cece) Szabolcs
dc31a2a93d added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137991 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 15:33:22 +00:00
Philip Olson
56ae60d50d Added see also's.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135952 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-25 16:38:56 +00:00
Philip Olson
79f2183ac1 Remove warning about being broken in 4.0.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135951 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-25 16:33:04 +00:00
Philip Olson
bf504c0c96 A revision of the mode docs, and made the 0 warning a caution instead.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135505 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 16:59:16 +00:00
Friedhelm Betz
d7609cabba optional param for count, thanks to Griggs Domler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135411 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-19 06:51:26 +00:00
Philip Olson
db8088a4bc Properly document the word "element" as an array key/value pair, and "value"
as the value.  This almost closes bug #20394


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135353 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-18 08:31:09 +00:00
Philip Olson
14787bd7d7 See alsos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135341 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-17 22:38:54 +00:00
Mehdi Achour
e45685a32d adding PHP tags in the examples and ws
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135246 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:06:57 +00:00
Philip Olson
c9b9c8ff0f Added information from (and closes) bug #11077, and see also unlink/array_merge.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135092 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-15 07:01:58 +00:00
Thomas Schoefbeck
0dca8349fa added php-pi's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133569 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-29 07:43:05 +00:00
Thomas Schoefbeck
2f813e99ae corr. example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133539 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-28 20:32:41 +00:00
Philip Olson
fa4f1efb88 Clarify the feature of "character sequences", and caution that numeric strings
are seen as strings and not integers prior to PHP 4.3.3, so used as character sequences.
This documents bug #24420


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132976 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 23:17:14 +00:00
Philip Olson
405647fad1 Added a <caution> regarding bug #23195 as copying an array resets the original array's
pointer which can cause an endless loop.  Also, each() will move the pointer past the end
as opposed to the end.  Updated the example to be self-contained, no longer uses $_POST.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132838 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 03:09:45 +00:00
Derick Rethans
0b93bd27f7 - Fixed structures. The structure for adding examples is:
<para>
 <example>
  <title />
  <programlisting>
<![CDATA[
<?php
echo "foo\n";
?>
]]>
  </programlisting>
  <para>
   The output is:
  </para>
  <screen>
<![CDATA[
foo
]]>
  </screen>
 </example>
</para>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131857 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 12:03:39 +00:00
Mehdi Achour
ce5a4694c2 correcting my typos, thanks Derick
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131799 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 05:23:40 +00:00
Mehdi Achour
97af64caa1 saturday typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131517 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-14 14:20:12 +00:00
Philip Olson
923590c817 Fix refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131004 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 06:21:32 +00:00
Philip Olson
366de8af23 Was actually fixed in 4.2.1, not 4.0.6. Closes bug #23923
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129640 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-31 15:13:09 +00:00
Philip Olson
9fd7018715 Implement &note.randomseed; which states that random number generation is
automatic as of PHP 4.2.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129466 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 19:48:38 +00:00
Philip Olson
736a15f139 Added php tags (<?php ?>) to examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129443 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 18:12:53 +00:00
Philip Olson
17fdae93ba Added {braces} and php tags to the examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129442 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 18:07:51 +00:00
Philip Olson
1b0f444c3a Link to the array type docs, added php tags in examples, and see also foreach.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129441 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 18:01:41 +00:00
Philip Olson
5fee473d55 Removed php3 example, and added php tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129440 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 17:53:11 +00:00
Philip Olson
bd220a42f3 Random seed is automatic as of PHP 4.2.0, and added php tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129430 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 17:44:31 +00:00
Philip Olson
3a30ba206e Remove php3 example, and see also array_key_exists()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129428 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 17:10:53 +00:00
Damien Seguy
3b0bf2bff9 reverting to last version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129394 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 15:04:06 +00:00
Damien Seguy
e1742bc2ab upgrading example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129335 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 12:54:53 +00:00
Philip Olson
eee8ead36d Initial documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128358 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-22 01:05:26 +00:00
Andy Lindeman
8c78eead70 note integration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127559 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-18 02:32:19 +00:00
Andy Lindeman
29e6b9fcbf fix bug #23656
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127265 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-16 11:29:47 +00:00
David Croft
cc50ece11c this example was confusing if you didn't read through to the end
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126067 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-06 20:30:27 +00:00
Andy Lindeman
bc1793b7bd adding &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125633 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-04 01:13:00 +00:00
Andy Lindeman
08f59dd854 fixing bug #23473
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125632 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-04 01:06:20 +00:00
Andy Lindeman
23559150d4 implement some user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125606 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-03 21:54:11 +00:00
Andy Lindeman
52f736dea7 implementing some user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125596 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-03 21:11:33 +00:00
Joey Smith
c9994b2bcc Another typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125132 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-30 01:31:49 +00:00
Joey Smith
1ba682c9b6 Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125131 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-30 01:17:16 +00:00
Joey Smith
00af2cbfb3 Using Philip's suggested text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125130 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-30 01:12:38 +00:00
Georg Richter
da69171587 fixed broken end tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120500 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-17 18:27:16 +00:00
Friedhelm Betz
f746585f25 cross ref to key
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120437 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-17 11:51:35 +00:00
Victor Boivie
9130132fd9 Incorrectly formatted function alias - fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118638 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-02 12:55:53 +00:00
Damien Seguy
0f636384c4 Update presentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116952 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-18 18:04:41 +00:00