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 .