From 0988d9879038ab1f4f6304f3790d3065507d8659 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 13 Jan 2009 11:48:03 +0000 Subject: [PATCH] Phar stream summary git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273435 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 72 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 571edba0ed..a406318580 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -928,6 +928,76 @@ class_tree.php: 1.8K +
+ Phar + + The phar:// stream wrapper is available since + PHP 5.3.0. See Phar stream wrapper + for detailed description. + + + + + Wrapper Summary + + + + Attribute + Supported + + + + + Restricted by allow_url_fopen + No + + + Restricted by allow_url_include + No + + + Allows Reading + Yes + + + Allows Writing + Yes + + + Allows Appending + No + + + Allows Simultaneous Reading and Writing + Yes + + + Supports stat + Yes + + + Supports unlink + Yes + + + Supports rename + Yes + + + Supports mkdir + Yes + + + Supports rmdir + Yes + + + +
+
+
+ +
Secure Shell 2