Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Variable Type Conversions)
(Common Variable Functions)
Line 48: Line 48:
 
==== Common Variable Functions ====
 
==== Common Variable Functions ====
  
* [[Core Function isInt|isInt( $variable )]] -- Checks if a variable is an integer type
+
* [[Core Function isVarInt|isVarInt( $variable )]] -- Checks if a variable is an integer type
* [[Core Function isBinary|isBinary( $variable )]] -- Checks if a variable is a binary ype
+
* [[Core Function isVarBinary|isVarBinary( $variable )]] -- Checks if a variable is a binary ype
* [[Core Function isFloat|isFloat( $variable )]] -- Checks if a variable is a float type
+
* [[Core Function isVarFloat|isVarFloat( $variable )]] -- Checks if a variable is a float type
* [[Core Function isNumber|isNumber( $variable )]] -- Checks if a variable is a integer or float type
+
* [[Core Function isVarNumber|isVarNumber( $variable )]] -- Checks if a variable is a integer or float type
* [[Core Function isString|isString( $variable )]] -- Checks if a variable is a string type
+
* [[Core Function isVarString|isVarString( $variable )]] -- Checks if a variable is a string type
* [[Core Function isRef|isRef( $variable )]] -- Check if a variable is an reference to another variable
+
* [[Core Function isVarRef|isVarRef( $variable )]] -- Check if a variable is an reference to another variable
* [[Core Function isArray|isArray( $variable )]] -- Check if a variable is an array
+
* [[Core Function isVarArray|isVarArray( $variable )]] -- Check if a variable is an array
* [[Core Function isObj|isObj( $variable )]] -- Check if a variable is an object type
+
* [[Core Function isVarObj|isVarObj( $variable )]] -- Check if a variable is an object type
* [[Core Function isClass|isClass( $variable )]] -- Check if a variable's object type is a class
+
* [[Core Function isVarClass|isVarClass( $variable )]] -- Check if a variable's object type is a class
* [[Core Function isStruct|isStruct( $variable )]] -- Check if a variable's object type is a struct
+
* [[Core Function isVarStruct|isVarStruct( $variable )]] -- Check if a variable's object type is a struct
* [[Core Function isType|isType( $variable, <type> )]] -- Check if a variable is a given type name
+
* [[Core Function isVarType|isVarType( $variable, <type> )]] -- Check if a variable is a given type name
  
 
==== Binary Data Management Functions ====
 
==== Binary Data Management Functions ====

Revision as of 20:30, 18 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox