<?php is_readable(string $filename): bool
<?php $process = Process::fromShellCommandline($command, null, null, null, null); if ('\\' !== DIRECTORY_SEPARATOR && file_exists('/dev/tty') && is_readable('/dev/tty')) { try { $process->setTty(true); } catch (RuntimeException $e) {
<?php public function read(): array { $state = is_readable($this->path) ? json_decode(file_get_contents($this->path), true) : [];