Warning: file_put_contents(): Only -1 of 52 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
gettext GMP PHP Manual textdomain (PHP 4, 5) — Sets the default domain Descrierea string ( $text_domain ) This function sets to search within when calls are made gettext() , usually named after a...
Forum und email

textdomain

(PHP 4, PHP 5)

textdomain — Sets the default domain

Descrierea

string textdomain ( string $text_domain )

This function sets the domain to search within when calls are made to gettext(), usually the named after an application.

Parametri

text_domain

The new message domain, or NULL to get the current setting without changing it

Valorile întroarse

If successful, this function returns the current message domain, after possibly changing it.