Variable types
string
$name = 'oto' ;
integer
$age = 32;
float
$height= 1.8;
booleean
$android = true;
array
$fruits = [apple , watermelon , orange ];
by otar datuadze
2 years ago
PHP
variable types
0
Pro tip: use ```triple backticks around text``` to write in code fences