[Top]
Stdio
Stdio.File
|
Method Stdio.File()->query_read_oob_callback()
- Method
query_read_oob_callback
-
function(mixed:int) query_read_callback()
function(mixed:int) query_write_callback()
function(mixed:int) query_read_oob_callback()
function(mixed:int) query_write_oob_callback()
function(mixed:int) query_close_callback()
- Description
-
These functions return the currently installed callbacks for the
respective events.
- See also
-
set_nonblocking() , set_read_callback ,
set_write_callback , set_read_oob_callback ,
set_write_oob_callback , set_close_callback
|