<?php file_get_contents( string $filename, bool $use_include_path = false, ?resource $context = null, int $offset = 0, ?int $length = null): string|false
<?php public function read(): array { $state = is_readable($this->path) ? json_decode(file_get_contents($this->path), true) : []; return [