<div dir="ltr"><div><br>2015-10-01 17:01 GMT+02:00 Giovanni Porcari <<a href="mailto:giovanni.porcari@softwell.it">giovanni.porcari@softwell.it</a>>:<br>><br>> Ecco come fa le comparazioni :<br>> <a href="http://us3.php.net/manual/en/language.operators.comparison.php">http://us3.php.net/manual/en/language.operators.comparison.php</a><br><br>$a <=> $b        Spaceship An integer less than, equal to, or greater than zero when $a is respectively less than, equal to, or greater than $b. Available as of PHP 7. <br><br><br>$a ?? $b ?? $c  Null coalesce The first operand from left to right that exists and is not NULL. NULL if no values are defined and not NULL. Available as of PHP 7.<br><br></div>Va bene che saranno implementati nel PHP 7 (brrrr) ma la prima sopratutto mica la ho capita.<br><div><br></div><div>Carlos<br></div><div>--<br>EZLN ... Para Todos Todo ... Nada para nosotros</div></div>