Skip to content

Commit 8d6858c

Browse files
committed
Add php note
1 parent 775fe80 commit 8d6858c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

topic/language/php/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ echo CONSTANT_NAME;
5454
| `xor` | `$a xor $b` | Returns `true` if **either** `$a` and `$b` is `true`, but **NOT both**. |
5555
| `!` | `!$a` | Returns `true` if `$a` is falsy. |
5656

57+
## Template
58+
59+
- `include`: continue if file was not found. `require`: throw error if file was not found.
60+
5761
## `String`
5862

5963
- `""` supports escape character and html tag, but `''` do NOT.

0 commit comments

Comments
 (0)