Searched refs:message_types (Results 1 – 1 of 1) sorted by relevance
3565 * @param string $message_types Message types to enforce in response, closing if not met3569 private function get_binary_packet_or_close(...$message_types) argument3573 if (count($message_types) > 0 && !in_array(ord($packet[0]), $message_types)) {3576 . implode(', #', $message_types) . '. Got: #' . ord($packet[0]));