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/zot_8php.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 79366867c..2dac11ac3 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -128,8 +128,8 @@ Functions    zot_register_hub ($arr)   - import_xchan ($arr, $ud_flags=UPDATE_FLAGS_UPDATED) -  + import_xchan ($arr, $ud_flags=UPDATE_FLAGS_UPDATED, $ud_arr=null) +   zot_process_response ($hub, $arr, $outq)    zot_fetch ($arr) @@ -357,7 +357,7 @@ Functions
-

Referenced by import_xchan(), local_dir_update(), and process_profile_delivery().

+

Referenced by import_xchan(), local_dir_update(), and process_profile_delivery().

@@ -385,11 +385,11 @@ Functions
-

Referenced by import_xchan().

+

Referenced by import_xchan().

- +
@@ -403,7 +403,13 @@ Functions - + + + + + + + @@ -416,7 +422,8 @@ Functions
Parameters
 $ud_flags = UPDATE_FLAGS_UPDATED $ud_flags = UPDATE_FLAGS_UPDATED,
 $ud_arr = null 
- + +
array$arr=> json_decoded discovery packet
int$ud_flagsDetermines whether to create a directory update record if any changes occur, default is UPDATE_FLAGS_UPDATED (true) $ud_flags = UPDATE_FLAGS_FORCED indicates a forced refresh where we unconditionally create a directory update record this typically occurs once a month for each channel as part of a scheduled ping to notify the directory that the channel still exists
int$ud_flagsDetermines whether to create a directory update record if any changes occur, default is UPDATE_FLAGS_UPDATED $ud_flags = UPDATE_FLAGS_FORCED indicates a forced refresh where we unconditionally create a directory update record this typically occurs once a month for each channel as part of a scheduled ping to notify the directory that the channel still exists
array$ud_arrIf set [typically by update_directory_entry()] indicates a specific update table row and more particularly contains a particular address (ud_addr) which needs to be updated in that table.
@@ -696,7 +703,7 @@ Functions
-- cgit v1.2.3