A gettext függvények az NLS (Native Language Support) API-t valósítják meg, ami a PHP szkriptek nemzetközivé tételéhez használható. Lásd még a GNU gettext dokumentációt egy alaposabb leírásért ezen függvényekkel kapcsolatban. Érdemes ellátogatni a http://www.gnu.org/software/gettext/manual/gettext.html webhelyre információkért.
Ahhoz, hogy használni tudd ezeket a függvényeket, be kell szerezned a gettext programcsomagot innen: http://www.gnu.org/software/gettext/gettext.html
To include GNU gettext support in your PHP build you must add the option --with-gettext[=DIR] where DIR is the gettext install directory, defaults to /usr/local.
Note to Win32 Users: In order to enable this module on a Windows environment, you must copy gnu_gettext.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). Starting with PHP 4.2.3 the name changed to libintl-1.dll, this requires also iconv.dll to be copied. libintl-1.dll is not needed as of PHP 4.3.8, iconv.dll is not needed as of PHP 5.
Ez a kiterjesztés semmilyen konfigurációs beállításokat nem definiál a php.ini állományban.
Ez a kiterjesztés semmilyen erőforrás típust nem definiál.
Ez a kiterjesztés semmilyen konstans értéket nem definiál.