From bdb7c8328a82add9e0c34c3f31968686513fcd8e Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 2 Sep 2003 11:55:11 +0000 Subject: [PATCH] Dericize example :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139461 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/ibase-set-event-handler.xml | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/reference/ibase/functions/ibase-set-event-handler.xml b/reference/ibase/functions/ibase-set-event-handler.xml index f9f7752004..745a9dafa1 100644 --- a/reference/ibase/functions/ibase-set-event-handler.xml +++ b/reference/ibase/functions/ibase-set-event-handler.xml @@ -1,5 +1,5 @@ - + ibase_set_event_handler @@ -22,22 +22,26 @@ events. The callback is called with the event name and the link resource as arguments whenever one of the specified events is posted by the database. The callback must return false if the event handler should be canceled. Any other return value is ignored. + + ]]>