Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Type Checking)
(Type Checking)
Line 82: Line 82:
 
* [[Core Function isVarRef|isVarRef( $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 isVarArray|isVarArray( $variable )]] -- Check if a variable is an array
 
* [[Core Function isVarArray|isVarArray( $variable )]] -- Check if a variable is an array
* [[Core Function isVarObj|isVarObj( $variable, <type> )]] -- Check if a variable is an object type
+
* [[Core Function isVarObj|isVarObj( $variable, <type> )]] -- Check if a variable is an object type (This includes classes, file handles etc)
* [[Core Function isVarStruct|isVarStruct( $variable, <type> )]] -- Check if a variable's object type is a struct
+
 
* [[Core Function isVarClass|isVarClass( $variable, <type> )]] -- Check if a variable's object type is a class
 
* [[Core Function isVarClass|isVarClass( $variable, <type> )]] -- Check if a variable's object type is a class
  

Revision as of 01:55, 20 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Arrays
Type Checking

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