Home  |  Linux  | Mysql  | PHP  | XML
From:Leonardo Boshell Date:Mon Jun  9 09:00:04 2008
Subject:cvs: phpdoc-es /reference/array/functions array-push.xml
lboshell		Mon Jun  9 15:00:04 2008 UTC

  Modified files:              
    /phpdoc-es/reference/array/functions	array-push.xml 
  Log:
  * Correccion sugerida en las notas del manual
  
  
http://cvs.php.net/viewvc.cgi/phpdoc-es/reference/array/functions/array-push.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc-es/reference/array/functions/array-push.xml
diff -u phpdoc-es/reference/array/functions/array-push.xml:1.4 phpdoc-es/reference/array/functions/array-push.xml:1.5
--- phpdoc-es/reference/array/functions/array-push.xml:1.4	Sat Jun 23 13:25:26 2007
+++ phpdoc-es/reference/array/functions/array-push.xml	Mon Jun  9 15:00:04 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.11 Maintainer: baoengb Status: ready -->
 <!-- splitted from ./es/functions/array.xml, last change in rev 1.1 -->
   <refentry xml:id="function.array-push" xmlns="http://docbook.org/ns/docbook">
@@ -42,7 +42,7 @@
 <![CDATA[
 <?php
 $pila = array ("naranja", "plátano");
-array_push($pila, "manzana", "frambueza");
+array_push($pila, "manzana", "frambuesa");
 print_r($pila);
 ?>
 ]]>
@@ -58,7 +58,7 @@
     [0] => naranja
     [1] => plátano
     [2] => manzana
-    [3] => frambueza
+    [3] => frambuesa
 )
 ]]>
       </screen>


Navigate in group php.doc.es at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants