<?php $str = 'Mozilla/5.0 (PlayStation 4 4.73) AppleWebKit/536.26 (KHTML, like Gecko)'; $str = substr($str,strpos($str,'(')+1, strpos($str,')')-strpos($str,'(')-1); echo $str;
You have javascript disabled. You will not be able to edit any code.