File manager - Edit - /usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/vendor/gettext/gettext/src/Extractors/ExtractorMultiInterface.php
Back
<?php namespace Gettext\Extractors; use Gettext\Translations; interface ExtractorMultiInterface { /** * Parses a string and append the translations found in the Translations instance. * Allows scanning for multiple domains at a time (each Translation has to have a different domain) * * @param string $string * @param Translations[] $translations * @param array $options */ public static function fromStringMultiple($string, array $translations, array $options = []); /** * Parses a string and append the translations found in the Translations instance. * Allows scanning for multiple domains at a time (each Translation has to have a different domain) * * @param $file * @param Translations[] $translations * @param array $options */ public static function fromFileMultiple($file, array $translations, array $options = []); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings