From 97a109eed4e034d587b0d64d0f70f6b8a9380217 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 9 Nov 2013 12:15:34 -0800 Subject: doc update --- doc/html/include_2attach_8php.html | 50 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) (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 31955e83b..338bbb45d 100644 --- a/doc/html/include_2attach_8php.html +++ b/doc/html/include_2attach_8php.html @@ -126,6 +126,8 @@ Functions    z_readdir ($channel_id, $observer_hash, $pathname, $parent_hash= '')   + attach_mkdir ($channel, $observer_hash, $arr=null) + 

Function Documentation

@@ -180,7 +182,7 @@ Functions
-

Referenced by item_post(), and send_message().

+

Referenced by item_post(), and send_message().

@@ -288,6 +290,50 @@ Functions
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
attach_mkdir ( $channel,
 $observer_hash,
 $arr = null 
)
+
+

attach_mkdir($channel,$observer_hash,$arr);

+

Create directory

+
Parameters
+ + + + +
$channelchannel array of owner
$observer_hashhash of current observer
$arrparameter array to fulfil request
+
+
+

Required: $arr['filename'] $arr['folder'] // hash of parent directory, empty string for root directory

+

Optional: $arr['hash'] // precumputed hash for this node $arr['allow_cid'] $arr['allow_gid'] $arr['deny_cid'] $arr['deny_gid']

+
@@ -326,7 +372,7 @@ Functions
-

Referenced by fix_attached_file_permissions(), send_message(), and wall_attach_post().

+

Referenced by fix_attached_file_permissions(), send_message(), and wall_attach_post().

-- cgit v1.2.3