Skip to content

Latest commit

 

History

History
115 lines (94 loc) · 11.3 KB

README.ru.md

File metadata and controls

115 lines (94 loc) · 11.3 KB

English / Русский


jphp-runtime

версия 1.0.8, создано с помощью JPPM.

Runtime for JPHP + Standard library.

Установка

jppm add jphp-runtime@1.0.8

АПИ

Классы

php\concurrent

php\format

php\io

php\lang

php\lib

  • arr- Библиотека для работы с коллекциями - массивы, итераторы и т.д.
  • bin- Class for working with binary strings
  • binary- Class for working with binary strings
  • char- Char Utils for working with unicode chars
  • fs- File System class.
  • items- Class items
  • Mirror- Reflection Lib.
  • num- Utils for numbers
  • number- Utils for numbers
  • reflect- Class reflect
  • rx- Class rx
  • str- Класс для работы со строками.

php\net

php\time

php\util