mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added Sam Masiello's documentation for mcal_event_add_attribute()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30404 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cb68e3d81f
commit
c0597d3a65
1 changed files with 26 additions and 0 deletions
|
@ -1033,6 +1033,32 @@
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.mcal-event-add-attribute">
|
||||
<refnamediv>
|
||||
<refname>mcal_event_add_attribute</refname>
|
||||
<refpurpose>
|
||||
Adds an attribute and a value to the streams global event structure
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void
|
||||
<function>mcal_event_add_attribute</function>
|
||||
</funcdef>
|
||||
<paramdef>int <parameter>stream</parameter></paramdef>
|
||||
<paramdef>string <parameter>attribute</parameter></paramdef>
|
||||
<paramdef>string <parameter>value</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>mcal_event_add_attribute</function> adds an attribute
|
||||
to the stream's global event structure with the value given by
|
||||
"value" .</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue