Skip to content

Core Extension

Kirill Nesmeyanov edited this page Apr 29, 2015 · 3 revisions

Standard Library (Core) contains:

Basic functions and methods:

  1. String static methods in the php\lib\String class.
  2. Methods for arrays, iterators in the php\lib\Items class.
  3. 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.

Clone this wiki locally