From 35f3ca873922649dc97cd513a9e9b57784f2668f Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 9 Dec 2007 01:12:30 +0000 Subject: [PATCH] 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 --- reference/array/functions/array-combine.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-combine.xml b/reference/array/functions/array-combine.xml index 4d189379ea..13bc316737 100644 --- a/reference/array/functions/array-combine.xml +++ b/reference/array/functions/array-combine.xml @@ -1,5 +1,5 @@ - + array_combine @@ -29,7 +29,8 @@ keys - Array of keys to be used + Array of keys to be used. Illegal values for key will be + converted to string.