From: Peter Kokot Date: Sun, 23 Sep 2018 14:46:58 +0000 (+0200) Subject: Sync ext/spl/README with current set of example files X-Git-Tag: php-7.4.0alpha1~1835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e5853b69900a34a8ad64c2f841367a3a8630213;p=php Sync ext/spl/README with current set of example files --- 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