(PHP 4)
php_uusetbusycallback -- Sets the Busy Callback function.
int php_uusetbusycallback (string func, long msecs)
This function sets the Busy Callback function to func. msecs gives a timespan in milliseconds;
the library will try to call the callback after this timespan has passed.
If func== NULL, the busy callback is disabled.