class_exists

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Checks if the class has been defined
<?php class_exists(string $class, bool $autoload = true): bool
<?php         return (bool) file_put_contents($filePath, json_encode([

            ...match (true) {

                class_exists('\Illuminate\Support\Str') => [

                    'preset' => 'laravel',

                ],

                default => [