<?php $useragent = "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148"; if (preg_match('/os\s+([0-9]+(?:_[0-9]+)*)/i', $useragent, $m)) { print_r($m); }
You have javascript disabled. You will not be able to edit any code.