Date: 01/11/02
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /es/chapters install.xml"
- Previous message: Mark Kronsbein: "AW: Re: [PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml install.caudium.xml install.commandline.xml install.configure.xml install.fhttpd.xml install.hpux.xml install.iis.xml install.linux.xml install.macosx.xml install.netscape-enterprise.xml install.omn"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Fri Jan 11 02:37:03 2002 EDT
Modified files:
/phpdoc/it/functions array.xml
Log:
'it' can now build without errors.
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.40 phpdoc/it/functions/array.xml:1.41
--- phpdoc/it/functions/array.xml:1.40 Wed Jan 9 07:05:57 2002
+++ phpdoc/it/functions/array.xml Fri Jan 11 02:37:03 2002
@@ -569,7 +569,7 @@
]]>
</programlisting>
<para>
- $a ora ha i seguenti elementi (usando la funzione <function>print_r<function>):
+ $a ora ha i seguenti elementi (usando la funzione <function>print_r</function>):
<screen>
<![CDATA[
Array
@@ -1980,11 +1980,11 @@
$input = array (4,"4","3",4,3,"3");
$risultato = array_unique ($input);
var_dump($risultato);
-
+]]>
</programlisting>
<para>
Il risultato di questo programma sarà (PHP 4.0.6):
- <scree role="php">
+ <screen role="php">
<![CDATA[
array(2) {
[0]=>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /es/chapters install.xml"
- Previous message: Mark Kronsbein: "AW: Re: [PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml install.caudium.xml install.commandline.xml install.configure.xml install.fhttpd.xml install.hpux.xml install.iis.xml install.linux.xml install.macosx.xml install.netscape-enterprise.xml install.omn"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

