mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed function prototypes for mcal_create_calendar, mcal_rename_calendar, and mcal_delete_calendar
PR: Submitted by: Reviewed by: askalski Obtained from: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38691 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
257adad4df
commit
7de95a8037
1 changed files with 6 additions and 3 deletions
|
@ -185,7 +185,8 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>stream</function></funcdef>
|
||||
<funcdef>string <function>mcal_create_calendar</function></funcdef>
|
||||
<paramdef>int <parameter>stream</parameter></paramdef>
|
||||
<paramdef>string <parameter>calendar</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -204,7 +205,8 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>stream</function></funcdef>
|
||||
<funcdef>string <function>mcal_rename_calendar</function></funcdef>
|
||||
<paramdef>int <parameter>stream</parameter></paramdef>
|
||||
<paramdef>string <parameter>old_name</parameter></paramdef>
|
||||
<paramdef>string <parameter>new_name</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
@ -225,7 +227,8 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>stream</function></funcdef>
|
||||
<funcdef>string <function>mcal_delete_calendar</function></funcdef>
|
||||
<paramdef>int <parameter>stream</parameter></paramdef>
|
||||
<paramdef>string <parameter>calendar</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue