use entity here

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140845 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-09-22 12:23:30 +00:00
parent f8720632f9
commit 9a9ca4c419

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.ibase-set-event-handler">
<refnamediv>
<refname>ibase_set_event_handler</refname>
@ -21,7 +21,7 @@
This function registers a PHP user function as event handler for the specified
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.
return &false; if the event handler should be canceled. Any other return value is ignored.
</para>
<para>
<informalexample>