%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/php-gettext/examples/ |
Upload File : |
<html> <head> <title>PHP-gettext examples</title> </head> <body> <h1>PHP-gettext</h1> <h2>Introduction</h2> <p>PHP-gettext provides a simple gettext replacement that works independently from the system's gettext abilities. It can read MO files and use them for translating strings.</p> <p>This version has the ability to cache all strings and translations to speed up the string lookup. While the cache is enabled by default, it can be switched off with the second parameter in the constructor (e.g. when using very large MO files that you don't want to keep in memory)</p> <h2>Examples</h2> <ul> <li><a href="pigs_dropin.php">PHP-gettext as a dropin replacement</a></li> <li><a href="pigs_fallback.php">PHP-gettext as a fallback solution</a></li> </ul> <hr /> <p>Copyright (c) 2003-2006 Danilo Segan</p> <p>Copyright (c) 2005-2006 Steven Armstrong</p> </body> </html>