File manager - Edit - /usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/vendor/gettext/gettext/src/Generators/Generator.php
Back
<?php namespace Gettext\Generators; use Gettext\Translations; abstract class Generator implements GeneratorInterface { /** * {@inheritdoc} */ public static function toFile(Translations $translations, $file, array $options = []) { $content = static::toString($translations, $options); if (file_put_contents($file, $content) === false) { return false; } return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings