Concept Framework 2.2 documentation Contents | Index

standard.lang.serialize.IsSet

Name Version Deprecated
IsSet version 1.0 no

Prototype:
boolean IsSet(array array,number|string elementID)

Parameters:
array      the array
elementID      an array index(as a number) or an array key(as a string)

Description:
Checks whether an array has a specific element identified by its index or key.

Returns:
Returns true if an array has the element or false otherwise.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:17 2013 GMT(c)2013 Devronium Applications