diff options
Diffstat (limited to 'ext/spl/README')
-rwxr-xr-x | ext/spl/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/README b/ext/spl/README index 28373a3eda..0f0e1e31b0 100755 --- 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 +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 |