php语法如何改变类型

php语法中类型分别有:1、通过(int)或(integer)转换成整形;2、通过(float),(double)或(real)转换成浮点型;3、通过(string)转换成字符串;4、通过(bool)或(boolean)转换成布尔类型等。

settype类型转换