From 4cfbdfa6dbed878565bab5172efaf67c8fda0886 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 3 Mar 2013 23:38:08 -0800 Subject: cleanup affinity tool --- doc/html/include_2attach_8php.html | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'doc/html/include_2attach_8php.html') diff --git a/doc/html/include_2attach_8php.html b/doc/html/include_2attach_8php.html index 7de978bcd..fad0d2ee1 100644 --- a/doc/html/include_2attach_8php.html +++ b/doc/html/include_2attach_8php.html @@ -124,6 +124,8 @@ Functions    attach_store ($channel, $observer_hash, $options= '', $arr=null)   + z_readdir ($channel_id, $observer_hash, $pathname, $parent_hash= '') + 

Function Documentation

@@ -344,6 +346,55 @@ Functions

Referenced by attach_store().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
z_readdir ( $channel_id,
 $observer_hash,
 $pathname,
 $parent_hash = '' 
)
+
+

Read a virtual directory and return contents, checking permissions of all parent components. z_readdir

+
Parameters
+ + + + + +
integer$channel_id
string$observer_hash
string$pathname
string$parent_hash(optional)
+
+
+
Returns
array $ret $ret['success'] = boolean true or false $ret['message'] = error message if success is false $ret['data'] = array of attach DB entries without data component
+
-- cgit v1.2.3