是否有任何差别之间return($var);和return $var;其他然后它环绕在括号?
return($var);
return $var;
php coding-style return
coding-style ×1
php ×1
return ×1