mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Updating functions to match some errata, fixing typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31310 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
00ddc617d7
commit
a3385c4529
1 changed files with 4 additions and 3 deletions
|
@ -294,12 +294,13 @@
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>mcal_delete_event</function></funcdef>
|
||||
<paramdef>int <parameter>uid</parameter></paramdef>
|
||||
<paramdef>int <parameter>mcal_stream</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>event_id</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>mcal_delete_event</function> deletes the calendar event
|
||||
specified by the uid.</para>
|
||||
specified by the event_id.</para>
|
||||
<para>
|
||||
Returns true.</para>
|
||||
</refsect1>
|
||||
|
@ -627,7 +628,7 @@
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
<function>mcal_is_leap_year</function> returns 1 if the given
|
||||
year is a leap year, 1 if not.</para>
|
||||
year is a leap year, 0 if not.</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue