From 29ae92f09c94d74ccac799472655cf5a58abaa9e Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 28 Mar 2002 01:23:18 +0000 Subject: [PATCH] list: Only works on numerical arrays, and assumes it begins at 0. Am writing this as a note as this behavoir will be changed one day. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75556 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/array.xml b/functions/array.xml index 8fc10be0de..905bfde7a9 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -3128,6 +3128,12 @@ d = lemon but a language construct. list is used to assign a list of variables in one operation. + + + list only works on numerical arrays and assumes + the numerical indices start at 0. + + <function>list</function> examples