File manager - Edit - /usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/vendor/gettext/gettext/src/Extractors/ExtractorInterface.php
Back
<?php namespace Gettext\Extractors; use Gettext\Translations; interface ExtractorInterface { /** * Extract the translations from a file. * * @param array|string $file A path of a file or files * @param Translations $translations The translations instance to append the new translations. * @param array $options */ public static function fromFile($file, Translations $translations, array $options = []); /** * Parses a string and append the translations found in the Translations instance. * * @param string $string * @param Translations $translations * @param array $options */ public static function fromString($string, Translations $translations, array $options = []); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings