3, 'isMatched' => true, 'card' => $matches[3], 'reader' => $matches[2], 'detectionDevice' => $matches[4], 'channel1' => $matches[5], 'channel2' => $matches[6], 'channel3' => $matches[7], 'channel4' => $matches[8], 'channel5' => $matches[9], 'channel6' => $matches[10], ]; } return ['isMatched' => false]; } }