mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3a30ba206e
commit
edd4b864c9
1 changed files with 9 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue