开发者

Shorter/cleaner code ternary statement

Is there a shorter, cleaner way to write this?

<?php $a = ($a) ? $a : 'e开发者_高级运维mpty'; ?>


In php5.3

<?php $a = ($a) ?: 'empty'; ?>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜