13 if (!is_numeric($index_number) || $index_number < 1) {
18 if ((!is_array($lookup_array)) || (empty($lookup_array))) {
22 return (
int) $index_number;
30 string $cellDataLower,
35 if ($bothNumeric || $bothNotNumeric) {
41 } elseif (($cellDataLower == $lookupLower) && (($rowNumber === null) || ($rowKey < $rowNumber))) {
static validateIndexLookup($lookup_array, $index_number)
static checkMatch(bool $bothNumeric, bool $bothNotNumeric, $notExactMatch, int $rowKey, string $cellDataLower, string $lookupLower, ?int $rowNumber)