From 532b6f7fcecba569885ccc884969955e32c24135 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Jun 2014 05:05:09 -0700 Subject: doc update --- doc/html/include_2attach_8php.html | 106 +++++++++++++++++++++++++++++++++++++ 1 file changed, 106 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 e075e1e01..5af6df034 100644 --- a/doc/html/include_2attach_8php.html +++ b/doc/html/include_2attach_8php.html @@ -146,6 +146,13 @@ Functions  get_cloudpath ($arr)  Returns path to file in cloud/. More...
  + get_parent_cloudpath ($channel_id, $channel_name, $attachHash) + Returns path to parent folder in cloud/. More...
+  + find_folder_hash_by_attach_hash ($channel_id, $attachHash) +  + find_filename_by_hash ($channel_id, $attachHash) +   pipe_streams ($in, $out)   @@ -567,6 +574,62 @@ Functions

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

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
find_filename_by_hash ( $channel_id,
 $attachHash 
)
+
+ +

Referenced by get_parent_cloudpath().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
find_folder_hash_by_attach_hash ( $channel_id,
 $attachHash 
)
+
+ +

Referenced by get_parent_cloudpath().

+
@@ -594,6 +657,49 @@ Functions

Referenced by filestorage_content().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
get_parent_cloudpath ( $channel_id,
 $channel_name,
 $attachHash 
)
+
+ +

Returns path to parent folder in cloud/.

+
Parameters
+ + +
$arr
+
+
+
Returns
string with the folder path
+ +

Referenced by filestorage_content(), and filestorage_post().

+
-- cgit v1.2.3