Do I also need to add // when assigning a value to a variable?
上善若水
上善若水 2020-04-08 19:12:47
0
1
1049

//Declare variable integer, English int//$int = 1000;$zhengshu = 1000;echo $zhengshu;

上善若水
上善若水

reply all(1)
Yang_Sir

No, if you don’t force the type, this will do:

$int = 1000;$zhengshu = 1000; echo $zhengshu;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template