annotate vendor/zendframework/zend-stdlib/README.md @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author |
Chris Cannam |
date |
Fri, 23 Feb 2018 15:52:07 +0000 |
parents |
4c8ae668cc8c |
children |
c2387f117808 |
rev |
line source |
Chris@0
|
1 # zend-stdlib
|
Chris@0
|
2
|
Chris@0
|
3 [](https://secure.travis-ci.org/zendframework/zend-stdlib)
|
Chris@0
|
4 [](https://coveralls.io/r/zendframework/zend-stdlib?branch=master)
|
Chris@0
|
5
|
Chris@0
|
6 `Zend\Stdlib` is a set of components that implements general purpose utility
|
Chris@0
|
7 class for different scopes like:
|
Chris@0
|
8
|
Chris@0
|
9 - array utilities functions;
|
Chris@0
|
10 - general messaging systems;
|
Chris@0
|
11 - string wrappers;
|
Chris@0
|
12 - etc.
|
Chris@0
|
13
|
Chris@0
|
14 ---
|
Chris@0
|
15
|
Chris@0
|
16 - File issues at https://github.com/zendframework/zend-stdlib/issues
|
Chris@12
|
17 - Documentation is at https://docs.zendframework.com/zend-stdlib/
|