booleanPHP中是否有切换/反转值的功能?
boolean
喜欢......快捷方式:
if($boolean === true){ $boolean = false; }else{ $boolean = true; }
php boolean
boolean ×1
php ×1