php_strip_whitespace

Supported Versions: PHP 5, PHP 7, PHP 8
Return source with stripped comments and whitespace
<?php php_strip_whitespace(string $filename): string
<?php         $contents = @php_strip_whitespace($path);

        if (!$contents) {

            if (!file_exists($path)) {

                $message = 'File at "%s" does not exist, check your classmap definitions';