Download the PHP package azatoth/php-pgettext without Composer
On this page you can find all versions of the php package azatoth/php-pgettext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download azatoth/php-pgettext
More information about azatoth/php-pgettext
Files in azatoth/php-pgettext
Download azatoth/php-pgettext
More information about azatoth/php-pgettext
Files in azatoth/php-pgettext
Vendor azatoth
Package php-pgettext
Short Description Extension of gettext functions for PHP like pgettext, dpgettext, etc.
License MIT
Homepage https://github.com/azatoth/php-pgettext
Package php-pgettext
Short Description Extension of gettext functions for PHP like pgettext, dpgettext, etc.
License MIT
Homepage https://github.com/azatoth/php-pgettext
Keywords library
Please rate this library. Is it a good library?
Informations about the package php-pgettext
pgettext and buddies
Default installation of gettext
in php lacks support for pgettext
et al.
This php script adds support for those, as well as an gettext_noop
wrapper.
For this to work when extracting strings using xgettext
, many keyword parameters needs to be filed,
A wrapper script called php-xgettext
might be used to simplify this.
Following functions are exported:
pgettext($msg_ctxt, $msgid)
dpgettext($domain, $msg_ctxt, $msgid)
dcpgettext($domain, $msg_ctxt, $msgid, $category)
npgettext($msg_ctxt, $msgid, $msgid_plural, $n)
dnpgettext($domain, $msg_ctxt, $msgid, $msgid_plural, $n)
dcnpgettext($domain, $msg_ctxt, $msgid, $msgid_plural, $n, $category)
gettext_noop($msgid)
All versions of php-pgettext with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-gettext Version *
ext-gettext Version *
The package azatoth/php-pgettext contains the following files
Loading the files please wait ....