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:
Andrew Skalski 2000-08-17 15:43:31 +00:00
parent cb68e3d81f
commit c0597d3a65

View file

@ -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