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