©Dang Dai Duong
Latest Update:20 Oct 2023
GitHub: gunzosi
Link page : https://gunzosi.github.io/PHP-cheat-sheet-VI-Vietsub/
Variable
(Phạm vi biến, Kiểu dữ liệu)ECHO
&& PRINT
(Phân tích và nêu rõ sự khác biệt).DATA TYPES
- Kiểu dữ liệu, phương thức var_dump()
để kiểm tra dữ liệu, Type Casting
, Type Juggling
CONSTANT
- Phân biệt Constant
&& Variable
MAGIC CONSTANT
- 9
loại hằng số được định sẵn.
if - else - else if - switch
].for - while - do-while - for each - match(PHP 8.0)
].break - continue
].declare
].return
].require - inclue - require_once - include_once
].goto
].