Core Function isVarLong

From Sputnik Wiki
Revision as of 11:46, 2 December 2011 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
sVarLong( $variable )

Contents

Description

Checks if a variable is a signed 64-bit integer type.

Parameters

variable

The variable to check.

Return Value

Success: Returns 1.

Failure: Returns 0.

Remarks

None.

Example

$var1 = "check me";
println( "Is it?: " . sVarLong($var1) );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox