PHP settype() Function
In this article, you will learn how to convert a variable of one type into another type. The settype() function in PHP converts a variable to a specific type. what is the syntax of the SETTYPE() function in php? Parameter Description variable Required. Specifies the variable to convert type Required. Specifies the type to convert variable to. …