-
Notifications
You must be signed in to change notification settings - Fork 165
Core Extension
Kirill Nesmeyanov edited this page Apr 29, 2015
·
3 revisions
Standard Library (Core) contains:
Basic functions and methods:
- String static methods in the
php\lib\Stringclass. - Methods for arrays, iterators in the
php\lib\Itemsclass. - Utils methods in the
php\lib\Char,php\lib\Binary,php\lib\Numberclasses.
Functionality for lazy manipulation of iterables:
The php\util\Flow class.
Stream classes for files, http, ftp, memory, etc.
php\io\Stream is an abstract classes as an replacement for fopen, fwrite and other like functions.
JPHP Group 2015