Compares to strings, ignoring case differences. Returns 0 if the content matches, less than zero if a is "less" than b, or greater than zero where a is "bigger".
the first array
the second array
the index where the comparision will end
Returns 0 if the content matches, less than zero if a is "less" than b, or greater than zero where a is "bigger".
mambo.collection.array.compare
See Implementation
Compares to strings, ignoring case differences. Returns 0 if the content matches, less than zero if a is "less" than b, or greater than zero where a is "bigger".