Recommend this page to a friend! |
Classes of Max Base | LMPHP | README.md | Download |
|
DownloadLM PHP (Language management PHP)Multi Language PHPMulti-language management and support on the php (web). LMPHP Features
LM-PHP Functionsword_addAdd a word to active language. Return : Bool Parameters : - $name(name of the word) - __Optional__, $value(value of the word) word_getGet a word from active language. Return : The value of word. Parameters : - $name(name of the word) word_add_toAdd a word to custom language. Return : Bool Parameters : - $lang(language name) - $name(name of the word) - __Optional__, $value(value of the word) language_addAdd a new language. Return : Bool Parameters : - $key(language name) language_removeRemove a language. Return : Bool Parameters : - $key(language name) language_activeActivate a language. Return : Bool Parameters : - $key(language name) language_currentGet current active language. Return : Name of the active language. Parameters : None language_existsCheck a language is exists or not. Return : Bool Parameters : - $key (language name) languageGet list of the languages or list of the words of a language. Return : Array Parameters : - __Optional__, $filter(language name) IntroductionThis library is simple and lightweight and can be used for language management. It called LM-PHP(LMPHP). This project started to be used for personal use. At the very beginning, the project was used in the infrastructure of the servers of a project in India. To be able to manage language and vocabulary more easily. (International projects) With my decision, this project was put up for free. History
LicenseLMPHP is licensed under the GNU General Public License. |