<?php fstat(resource $stream): array|false
<?php return true; } $stat = @fstat($fd); return $stat ? 0020000 === ($stat['mode'] & 0170000) : false; }