Core Function isVarSByte

From Sputnik Wiki
Revision as of 20:04, 4 December 2011 by Alexpja (Talk | contribs)
Jump to: navigation, search
isVarSByte( $variable )

Contents

Description

Checks if a variable is a signed 8-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?: " . sVarSByte($var1) );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox