Core Function isVarServer
From Sputnik Wiki
isVarServer( $variable )
Contents |
Description
Check if a variable holds a Server object from Listen().
Parameters
variable
The variable to check.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None.
Example
$var1 = "check me"; println( "Is it?: " . isVarServer($var1) );