Why is it string after using gettype to get the type int
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.
I know, it turns out that gettype is to check the variable type by getting the type value of the variable
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.
I know, it turns out that gettype is to check the variable type by getting the type value of the variable