Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Convert a number between arbitrary bases
base_convert(string $numint $from_baseint $to_base): string
        $filePerms fileperms($file);

        
$filePerms substr(sprintf('%o'$filePerms), -3);



        return (int) 
base_convert($filePerms810);

    }

}