From 6da224c94b124c477d5436071ade1f12aa2a6d80 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Wed, 7 Oct 2009 19:45:56 +0000 Subject: [PATCH] Tidying of SPL book structure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289297 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/book.xml | 7 ++---- reference/spl/files.xml | 41 +++++++++++++++++++++++++++++++++ reference/spl/miscellaneous.xml | 39 +++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 5 deletions(-) create mode 100644 reference/spl/files.xml create mode 100644 reference/spl/miscellaneous.xml diff --git a/reference/spl/book.xml b/reference/spl/book.xml index 62af15e5aa..970c1ff7c4 100644 --- a/reference/spl/book.xml +++ b/reference/spl/book.xml @@ -26,11 +26,8 @@ &reference.spl.interfaces; &reference.spl.exceptions; &reference.spl.reference; - - &reference.spl.arrayobject; - &reference.spl.splfileinfo; - &reference.spl.splfileobject; - &reference.spl.spltempfileobject; + &reference.spl.files; + &reference.spl.miscellaneous; + + + + File Handling + + + + SPL provides a number of classes to work with files. + + + + + &reference.spl.splfileinfo; + &reference.spl.splfileobject; + &reference.spl.spltempfileobject; + + + + + diff --git a/reference/spl/miscellaneous.xml b/reference/spl/miscellaneous.xml new file mode 100644 index 0000000000..a063ee743d --- /dev/null +++ b/reference/spl/miscellaneous.xml @@ -0,0 +1,39 @@ + + + + + + Miscellaneous Classes + + + + Classes which do not fit into the other SPL categories. + + + + + &reference.spl.arrayobject; + + + + +