Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Array Functions)
Line 59: Line 59:
 
* [[Core Function Unset|Unset( $variable )]] -- Delete a variable
 
* [[Core Function Unset|Unset( $variable )]] -- Delete a variable
  
===== Arrays =====
+
===== Hash/Array =====
 
* [[Core Function Reset|Reset( $variable )]] -- Reset the current array pointer to the first element
 
* [[Core Function Reset|Reset( $variable )]] -- Reset the current array pointer to the first element
 
* [[Core Function Next|Next( $variable )]] -- Set the array pointer to the next element
 
* [[Core Function Next|Next( $variable )]] -- Set the array pointer to the next element
Line 210: Line 210:
 
* [[Core Function Remove|Remove( <array>, <start-id>, <end-id> )]] -- Delete items from an array starting at a given location and stopping at a given location
 
* [[Core Function Remove|Remove( <array>, <start-id>, <end-id> )]] -- Delete items from an array starting at a given location and stopping at a given location
 
* [[Core Function Delete|Delete( <array>, <expresions> )]] -- Delete items from an array that match regex patterns, number patterns, or contain specific text etc
 
* [[Core Function Delete|Delete( <array>, <expresions> )]] -- Delete items from an array that match regex patterns, number patterns, or contain specific text etc
 +
 +
===== Hash (Dictionary) Functions =====
  
 
==== File Functions ====
 
==== File Functions ====

Revision as of 16:42, 21 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) 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