didou Sat Aug 16 13:21:41 2003 EDT
Modified files:
/phpdoc/en/reference/objaggregation/functions aggregate-info.xml
Log:
using screen
Index: phpdoc/en/reference/objaggregation/functions/aggregate-info.xml
diff -u phpdoc/en/reference/objaggregation/functions/aggregate-info.xml:1.1
phpdoc/en/reference/objaggregation/functions/aggregate-info.xml:1.2
--- phpdoc/en/reference/objaggregation/functions/aggregate-info.xml:1.1 Thu Dec 5
16:44:07 2002
+++ phpdoc/en/reference/objaggregation/functions/aggregate-info.xml Sat Aug 16
13:21:41 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.aggregate-info">
<refnamediv>
<refname>aggregate_info</refname>
@@ -23,7 +23,7 @@
For example the code below
<example>
<title>Using <function>aggregate_info</function></title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
@@ -77,12 +77,10 @@
?>
]]>
</programlisting>
- </example>
- </para>
- <para>
- Will produce the output
- <informalexample>
- <programlisting>
+ <para>
+ Will produce the output
+ </para>
+ <screen>
<![CDATA[
Array
(
@@ -103,8 +101,8 @@
)
]]>
- </programlisting>
- </informalexample>
+ </screen>
+ </example>
As you can see, all properties and methods of the
<classname>Dicer</classname> class have been aggregated
into our new object, with the exception of the class
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php