Home > Q&A > body text
//Declare variable integer, English int//$int = 1000;$zhengshu = 1000;echo $zhengshu;
Yang_Sir2020-04-09 13:37:32
No, if you don’t force the type, this will do:
$int = 1000;$zhengshu = 1000; echo $zhengshu;