<?php stat(string $filename): array|false
<?php return lstat($path); } return stat($path); } private function uriToPath($uri)
<?php $ino = (int) $stat['ino']; foreach ($dir as $file) { $stat = @stat('/dev/fd/' . $file); if (isset($stat['ino']) && $stat['ino'] === $ino) { return (int) $file; }