From c0597d3a65ab6fff603d920c997889d37ae7f336 Mon Sep 17 00:00:00 2001 From: Andrew Skalski Date: Thu, 17 Aug 2000 15:43:31 +0000 Subject: [PATCH] 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 --- functions/mcal.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/functions/mcal.xml b/functions/mcal.xml index 69bfbc7974..c7cbe8d0cc 100644 --- a/functions/mcal.xml +++ b/functions/mcal.xml @@ -1033,6 +1033,32 @@ + + + mcal_event_add_attribute + + Adds an attribute and a value to the streams global event structure + + + + Description + + + void + mcal_event_add_attribute + + int stream + string attribute + string value + + + + mcal_event_add_attribute adds an attribute + to the stream's global event structure with the value given by + "value" . + + +