Can you do this syntax…
$var = condition ? this : that;
…without the that? Like this…
$var = condition ? this;
…? If yes, would it be the same as…
if(condition) {
$var = this;
}
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
