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.
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
Post a Comment