mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed return type and typo with mcal_fetch_current_stream_event
PR: Submitted by: Reviewed by: askalski Obtained from: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38713 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7a51f3e16e
commit
e7db19e022
1 changed files with 2 additions and 2 deletions
|
@ -1118,14 +1118,14 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int
|
||||
<funcdef>object
|
||||
<function>mcal_fetch_current_stream_event</function>
|
||||
</funcdef>
|
||||
<paramdef>int <parameter>stream</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>mcal_event_fetch_current_stream_event</function>
|
||||
<function>mcal_fetch_current_stream_event</function>
|
||||
returns the current stream's event structure as an object
|
||||
containing:
|
||||
|
||||
|
|
Loading…
Reference in a new issue