Tag: intval-in-php
Returns the integer value of var, using the base specified for conversion (default is base 10). intval() should not be used on objects, because doing so will generate an E_NOTICE level error and return 1.
Popular Posts
Tags
Returns the integer value of var, using the base specified for conversion (default is base 10). intval() should not be used on objects, because doing so will generate an E_NOTICE level error and return 1.