- reflect function renaming

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100075 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jan Lehnardt 2002-10-17 22:48:38 +00:00
parent f445c4cc98
commit f526779bb1

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.word-count">
<refentry id="function.str-word-count">
<refnamediv>
<refname>word_count</refname>
<refname>str_word_count</refname>
<refpurpose>
Return information about words used in a string
</refpurpose>
@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>mixed</type><methodname>word_count</methodname>
<type>mixed</type><methodname>str_word_count</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>format</parameter></methodparam>
</methodsynopsis>