Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.122
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
php-php-gettext /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
locale
[ DIR ]
drwxr-xr-x
2020-08-24 23:50
index.php
878
B
-rw-r--r--
2015-11-11 16:27
pigs_dropin.php
2.5
KB
-rw-r--r--
2015-11-11 16:27
pigs_fallback.php
2.47
KB
-rw-r--r--
2015-11-11 16:27
update
326
B
-rwxr-xr-x
2015-11-11 16:27
Save
Rename
<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>