File manager - Edit - /usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/vendor/gettext/gettext/src/BaseTranslator.php
Back
<?php namespace Gettext; abstract class BaseTranslator implements TranslatorInterface { /** @var TranslatorInterface */ public static $current; /** * @see TranslatorInterface */ public function noop($original) { return $original; } /** * @see TranslatorInterface */ public function register() { $previous = static::$current; static::$current = $this; static::includeFunctions(); return $previous; } /** * Include the gettext functions */ public static function includeFunctions() { include_once __DIR__.'/translator_functions.php'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings