From a22ec8cbfa5ec424cce751e194943328a16c1eec Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Jul 2014 20:34:34 -0700 Subject: doc updates --- doc/html/include_2attach_8php.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 5af6df034..8cfed4f91 100644 --- a/doc/html/include_2attach_8php.html +++ b/doc/html/include_2attach_8php.html @@ -141,7 +141,7 @@ Functions  Changes permissions of a file. More...
   attach_delete ($channel_id, $resource) - Delete a file. More...
+ Delete a file/directory. More...
   get_cloudpath ($arr)  Returns path to file in cloud/. More...
@@ -391,11 +391,11 @@ Functions
-

Delete a file.

+

Delete a file/directory.

Parameters
- - + +
$channel_id
$resource
int$channel_id
string$resourcea hash to delete
@@ -516,9 +516,9 @@ Functions

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

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']
array$channelchannel array of owner
string$observer_hashhash of current observer
array$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']
-- cgit v1.2.3