អនុគមន៍
Functions (អនុគមន៍) ក្នុង PHP
Function ជា Block of Code ដែល Define ម្ដង ហើយ Call ប៉ុន្មាន ដង ក៏ បាន — ជួយ Reuse Code និង Keep Code ឲ្យ ស្អាត !
Define & Call Function
PHP Code
Click "Run" to execute the PHP code
Parameters & Arguments
PHP Code
Click "Run" to execute the PHP code
Return Value
PHP Code
Click "Run" to execute the PHP code
Default Parameter Values
PHP Code
Click "Run" to execute the PHP code
ចំណាំ: PHP Functions Case-Insensitive —
greet() = GREET() = Greet()
