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

                break;



            case is_int($value):

                $this->initFromInteger($value);

                break;
<?php                 break;

            case 'int':

            case 'integer':

                $valid = \is_int($value);

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

                break;

            case 'num':
<?php         imagealphablending($resource, true);



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




            $base = $image->getDriver()->newImage($width, $height)->getCore();
<?php         }




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




            if ($filling instanceof Image) {