/code/framework/RSArrayUtil/RSArrayUtil.php

Description

Contains the class RSArrayUtil (and other helper classes).

Constants
RSARRAYUTIL_IGNORE_ORDER = true (line 43)

The comparator class RSArrayComparator accepts a constructor argument that defines if it should ignore the order of the elements. RSArrayUtil::getAllCombinations does the same - but in contrast to RSArrayComparator ignoring the order is the default.

RSARRAYUTIL_LAZY_COMPARISONS = false (line 35)

Some methods accept an argument to change the comparison operator. Pass this constant to force 'lazy' comparison using '=='.

  • see: RSArrayUtil::allTrue
RSARRAYUTIL_RESPECT_ORDER = false (line 51)

The comparator class RSArrayComparator accepts a constructor argument that defines if it should ignore the order of the elements. RSArrayUtil::getAllCombinations does the same - but in contrast to RSArrayComparator ignoring the order is the default.

RSARRAYUTIL_STRICT_COMPARISONS = true (line 30)

Some methods accept an argument to change the comparison operator. Pass this constant to force strict comparison using '==='.

  • see: RSArrayUtil::allTrue

Documentation generated on Mon, 8 Dec 2003 13:10:36 +0100 by phpDocumentor 1.2.3