_Io_socketGetProperty

Server-side only. Retrieves information about the socket. Available properties: "ip", "date".

_Io_socketGetProperty(Const ByRef $socket, $sProp = Default)

Return Value

A given property in string. Null + @error if fail

Remarks

If $sProp is set to `Default` then an array containing two elements will be returned.

Related