General
most used
intval
description
Returns the integer value of $var, using the specified $base for the conversion (the default is base 10).
declaration of intval
int intval ( mixed $var [, int $base ] )
Returns the integer value of $var, using the specified $base for the conversion (the default is base 10).
int intval ( mixed $var [, int $base ] )