Core Function isVarChar

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(Created page with "<pre> isVarChar( $variable ) </pre> === Description === Checks if a variable is a char type. === Parameters === ==== variable ==== The variable to check. === Return Value =...")
Newer edit →

Revision as of 11:48, 2 December 2011

isVarChar( $variable )

Contents

Description

Checks if a variable is a char type.

Parameters

variable

The variable to check.

Return Value

Success: Returns 1.

Failure: Returns 0.

Remarks

None.

Example

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