File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/defender-security/vendor/gettext/gettext/src/Generator/Generator.php
Back
<?php declare(strict_types = 1); namespace Gettext\Generator; use Gettext\Translations; abstract class Generator implements GeneratorInterface { public function generateFile(Translations $translations, string $filename): bool { $content = $this->generateString($translations); return file_put_contents($filename, $content) !== false; } abstract public function generateString(Translations $translations): string; }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings