📜  在 php 代码示例中定义 int 变量

📅  最后修改于: 2022-03-11 14:54:10.075000             🧑  作者: Mango

代码示例2
$age = 19; //integer is assigned to variable age
echo $age //will output 19