标签: php html
我想获取浏览器宽度或设备宽度,以便根据宽度编写各种条件。我想在php中获取页面加载的宽度以写入consitional语句
<?php newt_init(); newt_get_screen_size (&$cols, &$rows); newt_finished(); print "Your terminal size is: {$cols}x{$rows}\n"; ?>
我发现错误如下所示
致命错误:已删除调用时间传递引用