diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-09-23 16:46:58 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-09-23 16:46:58 +0200 |
commit | 9e5853b69900a34a8ad64c2f841367a3a8630213 (patch) | |
tree | 942e75d76280a13cc2ea2d3a0666dd652f1f9dee | |
parent | 74235ca5f3fae3325175cf0e68cd7e28c86e1378 (diff) | |
download | php-git-9e5853b69900a34a8ad64c2f841367a3a8630213.tar.gz |
Sync ext/spl/README with current set of example files
-rw-r--r-- | ext/spl/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/spl/README b/ext/spl/README index 28373a3eda..f946f837f8 100644 --- a/ext/spl/README +++ b/ext/spl/README @@ -1,7 +1,7 @@ -This is an extension that aims to implement some efficient data access +This is an extension that aims to implement some efficient data access interfaces and classes. You'll find the classes documented using php -code in the file spl.php or in the corresponding .inc file in the examples -subdirectory. Based on the internal implementations or the files in the -examples subdirectory there are also some .php files to experiment with. +code in the corresponding .inc files in the examples subdirectory. Based +on the internal implementations or the files in the examples subdirectory +there are also some .php files to experiment with. For more information look at: http://php.net/manual/en/book.spl.php |