Concept Framework 1.0 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: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software