Метод |
Описание |
|
GetKey ( $index ) |
Returns the key for a given index |
|
GetLongestKey ( ) |
Returns the longest key |
|
GetMaxKey ( ) |
Returns the maximum key value |
|
GetMaxSumValue ( ) |
Returns the maximum sum value |
|
GetMaxValue ( ) |
Returns the maximum value |
|
GetMinKey ( ) |
Returns the minimum key value |
|
GetMinSumValue ( ) |
Returns the minimum sum value |
|
GetMinValue ( ) |
Returns the minimum value |
|
GetValue ( $column, $chunk ) |
Returns a value by column and chunk |
|
KeyCount ( ) |
Counts all the unique data keys |
|
Option ( $o, $i ) |
Returns an option from array, or non-array option |
|
__construct ( $values, $force_assoc ) |
|
|