Why is it string after using gettype to get the type int
绅士2017-12-07 17:39:35
settype() directly converts the type of variable $fo (converting floating point type to integer type). Other methods will not change the original data type of the variable.
Aの汉2017-08-28 08:10:52
I know, it turns out that gettype is to check the variable type by getting the type value of the variable