From 5fee473d5502c1b4703a784cefafa6b90d9575fe Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 30 May 2003 17:53:11 +0000 Subject: [PATCH] Removed php3 example, and added php tags. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129440 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-values.xml | 27 +++------------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/reference/array/functions/array-values.xml b/reference/array/functions/array-values.xml index 21404424a9..4db2b1da10 100644 --- a/reference/array/functions/array-values.xml +++ b/reference/array/functions/array-values.xml @@ -1,5 +1,5 @@ - + @@ -22,8 +22,10 @@ <function>array_values</function> example "XL", "color" => "gold"); print_r(array_values ($array)); +?> ]]> @@ -40,29 +42,6 @@ Array - - - This function was added to PHP 4, below is an implementation for - those still using PHP 3. - - - Implementation of <function>array_values</function> for PHP 3 - users - - - - - - - See also array_keys.