Connected Property
This property is used to disconnect individual connections and/or show their status.
Object Oriented Interface
public function getConnected($connectionid); public function setConnected($connectionid, $value);
Procedural Interface
ipworks_ipdaemon_get($res, 5 , $connectionid); ipworks_ipdaemon_set($res, 5, $value , $connectionid);
Default Value
false
Remarks
This property is used to disconnect individual connections and/or show their status.
The Connected property may be set to false to close the connection.
Connected also shows the status of a particular connection (connected/disconnected).
How and when the connection is closed is controlled by the Linger property. Please refer to its description for more information.
The size of the array is controlled by the ConnectionCount property.
This property is not available at design time.
Data Type
Boolean