Type casting
PHP will try to determine a type which is needed for a specific operation, however if you want to be in control, then it is possible to do it manually. In this case a type of a variable needs to be specified in the parentheses before the variable.
Comments
Post a Comment