<?php str_starts_with(string $haystack, string $needle): bool
<?php protected function findHomeDirectory(): ?string { if (str_starts_with(PHP_OS, 'WIN')) { if (empty($_SERVER['HOMEDRIVE']) || empty($_SERVER['HOMEPATH'])) { return null; }