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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator