mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed function prototypes for mcal_open, mcal_popen, and mcal_reopen
PR: Submitted by: Reviewed by: Obtained from: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48268 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eef5df4496
commit
8cf649ad28
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@
|
|||
<paramdef>string <parameter>calendar</parameter></paramdef>
|
||||
<paramdef>string <parameter>username</parameter></paramdef>
|
||||
<paramdef>string <parameter>password</parameter></paramdef>
|
||||
<paramdef>int <parameter>options</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>options</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -114,7 +114,7 @@
|
|||
<paramdef>string <parameter>calendar</parameter></paramdef>
|
||||
<paramdef>string <parameter>username</parameter></paramdef>
|
||||
<paramdef>string <parameter>password</parameter></paramdef>
|
||||
<paramdef>int <parameter>options</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>options</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -141,7 +141,7 @@
|
|||
<funcprototype>
|
||||
<funcdef>int <function>mcal_reopen</function></funcdef>
|
||||
<paramdef>string <parameter>calendar</parameter></paramdef>
|
||||
<paramdef>int <parameter>options</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>options</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue