Core Function isVarClientSocket
From Sputnik Wiki
isVarClientSocket( $variable )
Contents |
Description
Check if a variable holds a Client socket object.
Parameters
variable
The variable to check.
Return Value
Success: Returns true.
Failure: Returns false.
Remarks
None.
Example
$var1 = "check me"; println( "Is it?: " . isVarClientSocket($var1) );