dams Fri May 30 13:27:08 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions str-word-count.xml
Log:
revert to saved version
Index: phpdoc/en/reference/strings/functions/str-word-count.xml
diff -u phpdoc/en/reference/strings/functions/str-word-count.xml:1.3
phpdoc/en/reference/strings/functions/str-word-count.xml:1.4
--- phpdoc/en/reference/strings/functions/str-word-count.xml:1.3 Fri May 30
09:41:12 2003
+++ phpdoc/en/reference/strings/functions/str-word-count.xml Fri May 30 13:27:08
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.str-word-count">
<refnamediv>
<refname>str_word_count</refname>
@@ -45,7 +45,7 @@
</para>
<para>
<example>
- <title><function>str_word_count</function> example</title>
+ <title>Example uses for <function>str_word_count</function></title>
<programlisting role="php">
<![CDATA[
<?php
@@ -60,14 +60,9 @@
print_r($a);
print_r($b);
print $c;
-?>
-]]>
- </programlisting>
- <para>
- Output may look like:
- </para>
- <screen>
-<![CDATA[
+
+/* Output may look like:
+
Array
(
[0] => Hello
@@ -89,8 +84,11 @@
)
6
+
+*/
+?>
]]>
- </screen>
+ </programlisting>
</example>
</para>
<para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php