revert to saved version

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129429 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-05-30 17:27:08 +00:00
parent 3a30ba206e
commit edd4b864c9

View file

@ -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 @@ $c = str_word_count($str);
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 @@ Array
)
6
*/
?>
]]>
</screen>
</programlisting>
</example>
</para>
<para>