From 2d2ee23e957f42b55c837adf065b8ce9bb6337dc Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 2 Dec 2003 22:13:01 +0000 Subject: [PATCH] Misplaced section. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145405 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/stream-wrapper-register.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/reference/stream/functions/stream-wrapper-register.xml b/reference/stream/functions/stream-wrapper-register.xml index ae400422b6..b0bc1d3ac8 100644 --- a/reference/stream/functions/stream-wrapper-register.xml +++ b/reference/stream/functions/stream-wrapper-register.xml @@ -1,5 +1,5 @@ - + stream_wrapper_register @@ -224,19 +224,6 @@ - - arrayurl_stat - stringpath - intflags - - - This method is called in response to stat - calls on the URL paths associated with the wrapper and should - return as many elements in common with the system function as - possible. Unknown or unavailable values should be set to a - rational value (usually 0). - - booldir_opendir stringpath @@ -250,6 +237,19 @@ expected to explore. You can use parse_url to break it apart. + + + arrayurl_stat + stringpath + intflags + + + This method is called in response to stat + calls on the URL paths associated with the wrapper and should + return as many elements in common with the system function as + possible. Unknown or unavailable values should be set to a + rational value (usually 0). + flags holds additional flags set by the streams API. It can hold one or more of the following