mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add simple description to two arguments (#43741)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250122 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c6025f24e8
commit
85f88aad73
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strcspn">
|
||||
<refnamediv>
|
||||
<refname>strcspn</refname>
|
||||
|
@ -30,6 +30,7 @@
|
|||
<term><parameter>str1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The first string.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -37,6 +38,7 @@
|
|||
<term><parameter>str2</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The second string.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue