-
Notifications
You must be signed in to change notification settings - Fork 160
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\String
class. - Methods for arrays, iterators in the
php\lib\Items
class. - Utils methods in the
php\lib\Char
,php\lib\Binary
,php\lib\Number
classes.
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