mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
fix typo
This commit is contained in:
parent
12ca00c308
commit
a7e6bf2f9f
@ -277,7 +277,7 @@ if (false) {
|
||||
print 'Does';
|
||||
}
|
||||
|
||||
// 参考演算子
|
||||
// 三項演算子
|
||||
print (false ? 'Does not get printed' : 'Does');
|
||||
|
||||
// PHP 5.3から、三項演算子の短縮形が使用できます
|
||||
|
Loading…
Reference in New Issue
Block a user