//Declare variable integer, English int//$int = 1000;$zhengshu = 1000;echo $zhengshu;
No, if you don’t force the type, this will do:
$int = 1000;$zhengshu = 1000; echo $zhengshu;
No, if you don’t force the type, this will do:
$int = 1000;$zhengshu = 1000; echo $zhengshu;