<?php
if (str_contains($sysDescr, array('RICOH Aficio', 'RICOH Network Printer'))) {
$os = 'ricoh';
}