Casting Operators in php

Although PHP is a weakly typed language, there are occasions when it’s useful to consider a value as a specific type. The casting operators, (int), (float), (string), (bool), (array), (object), and (unset), allow you to force a value into a particular type Table of PHP casting operators Operator Synonymous operators Changes type to (int) (integer) … Read more