mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix parameter name
Sometimes it has been written as "substrchar" and sometimes as "substchar". The latter makes more sense since there is no "r" in "substitute", so we use it throughout. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343156 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff2d928f5c
commit
1266a49f87
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>mb_substitute_character</methodname>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>substrchar</parameter><initializer>mb_substitute_character()</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>substchar</parameter><initializer>mb_substitute_character()</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Specifies a substitution character when input character encoding is invalid
|
||||
|
@ -31,7 +31,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>substrchar</parameter></term>
|
||||
<term><parameter>substchar</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify the Unicode value as an <type>integer</type>,
|
||||
|
|
Loading…
Reference in a new issue