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