mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f8720632f9
commit
9a9ca4c419
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue