Commit Graph

24 Commits

Author SHA1 Message Date
Hartmut Holzgraefe 6aceff3a11 - documentation on pseudo-types
- "callback" pseudo-type added
- changed usort proto to use callback (more will follow)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101396 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 06:58:16 +00:00
Philip Olson 9dea6b1a31 Fixed typo; rewrote most of docs; see also foreach() and call_user_func_array().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100035 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-17 11:25:32 +00:00
Thomas Schoefbeck 6f834c46bd just closed php-tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98493 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-06 20:39:38 +00:00
Dallas Wang 3612f5240a Make this example more clear.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95445 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-11 03:31:41 +00:00
Erica Douglass 7c3aae6047 Grammatical errors corrected. Please note the difference between "its" and "it's." "It's" should only be used in place of "it is."
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95374 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-10 08:00:35 +00:00
Markus Fischer 9ccbe73ee9 - Document new EXTR_REFS flag introduced by Andrei.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95373 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-10 07:49:38 +00:00
Jesus M. Castagnetto ea51f2f62e Fixing bug #18840
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91418 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-09 23:14:01 +00:00
Sebastian Nohn a4b867055a Fixing bug #18649
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90461 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-30 21:11:51 +00:00
Philip Olson 7e46cf0e18 <note> usort($arr, 'strnatcmp') to keep index/value associations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88629 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-14 01:16:48 +00:00
Jan Lehnardt 8cbc437a8e - fix #14992
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87371 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 21:57:45 +00:00
David Croft f78a38b22d #fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86264 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-21 03:35:09 +00:00
Hartmut Holzgraefe 1747b91508 added documentation for the renumber 'feature' of array_shift and unshift
(bug #14791)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85986 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 23:48:37 +00:00
Leszek Krupinski d4987a894f typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85968 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 17:59:55 +00:00
Derick Rethans 48eb9a1db5 - Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85963 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 15:34:33 +00:00
Hartmut Holzgraefe 3e43773974 behaviour change ducumented more clearly (see bug #14591)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85921 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 12:36:08 +00:00
Markus Fischer ffd2f85063 - Use new superglobals by default, mention old way were applicable.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 07:11:04 +00:00
Markus Fischer 70882f39ec - Document list() specific behaviour of the order of assigning the values to
the variables.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85054 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-08 15:11:31 +00:00
Markus Fischer 127b173fa7 - More outlining that numeric keys are preservered.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82620 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-18 09:55:41 +00:00
Adrian Jurjica 2f7966f92e no message
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81901 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-12 08:19:28 +00:00
Adrian Jurjica de71bf7038 Translation of array functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81898 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-12 08:10:34 +00:00
Philip Olson 4396c48294 end(): Added a simple example using end()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78724 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-18 23:29:24 +00:00
Philip Olson 3c61250127 each(): see also foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78723 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-18 23:15:34 +00:00
Hartmut Holzgraefe 5b9fc29465 revision tags added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Hartmut Holzgraefe a4b6d72ad3 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00