<?php $a = [ 'application/ld+json', 'application/json', 'text/html', ]; if ($accept = preg_grep('~(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$~', $a)) { var_dump(implode(',', $accept)); }
You have javascript disabled. You will not be able to edit any code.