From 7362172ae6db5b84f503c4b7bd7a25b973d469f1 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 18 Apr 2008 19:54:42 +0000 Subject: [PATCH] - Added new example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257845 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/list.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/list.xml b/reference/array/functions/list.xml index 1a7eb014bc..f3042c806e 100644 --- a/reference/array/functions/list.xml +++ b/reference/array/functions/list.xml @@ -1,5 +1,5 @@ - + list @@ -98,6 +98,29 @@ while (list($id, $name, $salary) = mysql_fetch_row($result)) { + + + Using nested <function>list</function> + + +]]> + + + + + + Using <function>list</function> with array indices