Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Find whether the type of a variable is integer
is_int(mixed $value): bool
                $this->initFromString($value);

                break;



            case 
is_int($value):

                
$this->initFromInteger($value);

                break;
                break;

            case 
'int':

            case 
'integer':

                
$valid \is_int($value);

                
$message '%s accepts only integer values as argument %d.';

                break;

            case 
'num':
        imagealphablending($resourcetrue);



        if (
is_int($x) && is_int($y)) {




            
$base $image->getDriver()->newImage($width$height)->getCore();
        }




        if (
is_int($x) && is_int($y)) {




            if (
$filling instanceof Image) {