<?php file_put_contents( string $filename, mixed $data, int $flags = 0, ?resource $context = null): int|false
<?php } try { file_put_contents($configFilePath, json_encode($options)); } catch (Throwable) { return false; }