Forum und email

Gettext Functions

簡介

The gettext functions implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications. Please see the gettext documentation for your system for a thorough explanation of these functions or view the docs at » https://www.gnu.org/software/gettext/manual/gettext.html.

需求

To use these functions you must download and install the GNU gettext package from » https://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.

執行時期設定

本擴充功能在 php.ini 中未定義任何設定選項。

資源類型

本擴充功能未定義任何資源類型。

預設常數

本擴充功能未定義任何常數。

Table of Contents