File manager - Edit - /var/www/ratemypay_dev/vendor/thecodingmachine/safe/generated/8.1/gettext.php
Back
<?php namespace Safe; use Safe\Exceptions\GettextException; /** * @param string $domain * @param string $directory * @return string * @throws GettextException * */ function bindtextdomain(string $domain, string $directory): string { error_clear_last(); $safeResult = \bindtextdomain($domain, $directory); if ($safeResult === false) { throw GettextException::createFromPhpError(); } return $safeResult; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings