Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.UDP

Method Stdio.UDP()->set_nonblocking()


Method set_nonblocking

object(UDP) Stdio.UDP()->set_nonblocking()
object(UDP) Stdio.UDP()->set_nonblocking(function(mapping(string:int|string):void) read_cb, mixed ... extra_args)

Description

Set this object to nonblocking mode.

If read_cb and extra_args are specified, they will be passed on to Stdio.UDP.set_read_callback.

Returns

The called object.