Commit graph

164 commits

Author SHA1 Message Date
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