Type casting in PHP

PHP tries to guess which type is in use by a variable. If it is need manually override this functionality and specify which type of data needs to be used then it possible to specify it in the parentheses before a variable.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator