diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 4d0cf86a6d..a4d6b07a47 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -889,6 +889,99 @@ file_put_contents("php://filter/write=string.rot13/resource=example.txt","Hello + +
+ Data (RFC 2397) + + The data: (RFC + 2397) is available since PHP 5.2.0. + + + + Print data:// contents + + +]]> + + + + + Fetch the media type + + +]]> + + + + + + + Wrapper Summary + + + + Attribute + Supported + + + + + Restricted by allow_url_fopen + No + + + Allows Reading + Yes + + + Allows Writing + No + + + Allows Appending + No + + + Allows Simultaneous Reading and Writing + No + + + Supports stat + No + + + Supports unlink + No + + + Supports rename + No + + + Supports mkdir + No + + + Supports rmdir + No + + + +
+
+
+
Secure Shell 2