-
Notifications
You must be signed in to change notification settings - Fork 166
Core Extension
Dmitriy Zayceff edited this page Apr 19, 2015
·
3 revisions
Standard Library (Core) contains:
Basic functions and methods:
- String static methods in the
php\lib\strclass. - Methods for arrays, iterators in the
php\lib\itemsclass. - Utils methods in the
php\lib\char,php\lib\bin,php\lib\numclasses.
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