We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775fe80 commit 8d6858cCopy full SHA for 8d6858c
topic/language/php/README.md
@@ -54,6 +54,10 @@ echo CONSTANT_NAME;
54
| `xor` | `$a xor $b` | Returns `true` if **either** `$a` and `$b` is `true`, but **NOT both**. |
55
| `!` | `!$a` | Returns `true` if `$a` is falsy. |
56
57
+## Template
58
+
59
+- `include`: continue if file was not found. `require`: throw error if file was not found.
60
61
## `String`
62
63
- `""` supports escape character and html tag, but `''` do NOT.
0 commit comments