From ccb1f4eb1219b44e668ac88e789797ccff79d563 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 26 Mar 2009 01:55:27 +0000 Subject: [PATCH] Fixes #47628 (Wrappers list and paragraph misplaced) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277802 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index a406318580..0f43f29cc9 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,14 +1,13 @@ - + List of Supported Protocols/Wrappers - The following is a list of the various URL style protocols that - PHP has built-in for use with the filesystem functions such as - fopen and copy. - In addition to these wrappers, as of PHP 4.3.0, you can write - your own wrappers using PHP script and - stream_wrapper_register. + PHP comes with many built-in wrappers for various URL style protocols + for use with the filesystem functions such as fopen + and copy. In addition to these wrappers, you can as of + PHP 4.3.0, write your own wrappers using the stream_wrapper_register + function. List of context options is available in the chapter .