如果在PHP中不存在变量,是否有一种速记方式可以将变量赋值给某些东西?
if(!isset($var) { $var = ""; }
我想做点什么
$var = $var | "";
php isset shorthand
isset ×1
php ×1
shorthand ×1