Method _Stdio._port()->set_id()


Method set_id

mixed set_id(mixed id)

Description

This function sets the id used for accept_callback by this port. The default id is this_object().

Note

In Pike 8.0 and earlier the default value was 0 (zero) (even though it was documented as above).

See also

query_id, set_accept_callback()