How would one shorten this if statement?
$a = null; $b = "foo"; if ((empty($a) && !empty($b)) || (!empty($a) && empty($b)) {}
Aucun commentaire:
Enregistrer un commentaire