Beispiel #1
0
function mobileValue($a, $b)
{
    if (Portfolio::isMobile()) {
        echo $a;
    } else {
        echo $b;
    }
}