From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/include_2network_8php.html | 894 ++++++++++++++++++++++++++++++++++++ 1 file changed, 894 insertions(+) create mode 100644 doc/html/include_2network_8php.html (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html new file mode 100644 index 000000000..53778c2aa --- /dev/null +++ b/doc/html/include_2network_8php.html @@ -0,0 +1,894 @@ + + + + + + +The Red Project: include/network.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
network.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 get_capath ()
 
 fetch_url ($url, $binary=false, &$redirects=0, $timeout=0, $accept_content=Null)
 
 post_url ($url, $params, $headers=null, &$redirects=0, $timeout=0)
 
 z_fetch_url ($url, $binary=false, $redirects=0, $opts=array())
 
 z_post_url ($url, $params, $headers=null, $redirects=0, $timeout=0)
 
 json_return_and_die ($x)
 
 xml_status ($st, $message= '')
 
 http_status_exit ($val)
 
 convert_xml_element_to_array ($xml_element, &$recursion_depth=0)
 
 webfinger_dfrn ($s, &$hcard)
 
 webfinger ($s, $debug=false)
 
 lrdd ($uri, $debug=false)
 
 fetch_lrdd_template ($host)
 
 fetch_xrd_links ($url)
 
 validate_url (&$url)
 
 validate_email ($addr)
 
 allowed_url ($url)
 
 allowed_email ($email)
 
 avatar_img ($email)
 
 parse_xml_string ($s, $strict=true)
 
 add_fcontact ($arr, $update=false)
 
 scale_external_images ($s, $include_link=true, $scale_replace=false)
 
 fix_contact_ssl_policy (&$contact, $new_policy)
 
 xml2array ($contents, $namespaces=true, $get_attributes=1, $priority= 'attribute')
 
 email_header_encode ($in_str, $charset)
 
 email_send ($addr, $subject, $headers, $item)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
add_fcontact ( $arr,
 $update = false 
)
+
+ +
+
+ +
+
+ + + + + + + + +
allowed_email ( $email)
+
+ +

Referenced by check_account_email().

+ +
+
+ +
+
+ + + + + + + + +
allowed_url ( $url)
+
+ +

Referenced by new_contact().

+ +
+
+ +
+
+ + + + + + + + +
avatar_img ( $email)
+
+ +

Referenced by probe_url().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
convert_xml_element_to_array ( $xml_element,
$recursion_depth = 0 
)
+
+ +

Referenced by lrdd().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
email_header_encode ( $in_str,
 $charset 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
email_send ( $addr,
 $subject,
 $headers,
 $item 
)
+
+ +
+
+ +
+
+ + + + + + + + +
fetch_lrdd_template ( $host)
+
+ +

Referenced by webfinger().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fetch_url ( $url,
 $binary = false,
$redirects = 0,
 $timeout = 0,
 $accept_content = Null 
)
+
+

fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

+ +

Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), oexchange_content(), post_url(), probe_url(), and scale_external_images().

+ +
+
+ +
+
+ + + + + + + + +
fetch_xrd_links ( $url)
+
+ +

Referenced by fetch_lrdd_template(), lrdd(), and webfinger().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
fix_contact_ssl_policy ($contact,
 $new_policy 
)
+
+ +
+
+ +
+
+ + + + + + + +
get_capath ()
+
+ +

Referenced by fetch_url(), post_url(), z_fetch_url(), and z_post_url().

+ +
+
+ +
+
+ + + + + + + + +
http_status_exit ( $val)
+
+ +

Referenced by _well_known_init(), and poco_init().

+ +
+
+ +
+
+ + + + + + + + +
json_return_and_die ( $x)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
lrdd ( $uri,
 $debug = false 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
parse_xml_string ( $s,
 $strict = true 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
post_url ( $url,
 $params,
 $headers = null,
$redirects = 0,
 $timeout = 0 
)
+
+ +

Referenced by dfrn_deliver(), and match_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
scale_external_images ( $s,
 $include_link = true,
 $scale_replace = false 
)
+
+ +

Referenced by diaspora2bb(), and item_post().

+ +
+
+ +
+
+ + + + + + + + +
validate_email ( $addr)
+
+ +

Referenced by check_account_email(), probe_url(), and zid_init().

+ +
+
+ +
+
+ + + + + + + + +
validate_url ($url)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
webfinger ( $s,
 $debug = false 
)
+
+ +

Referenced by lrdd(), webfinger_content(), and webfinger_dfrn().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
webfinger_dfrn ( $s,
$hcard 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
xml2array ( $contents,
 $namespaces = true,
 $get_attributes = 1,
 $priority = 'attribute' 
)
+
+

xml2array() will convert the given XML text to an array in the XML structure. Link: http://www.bin-co.com/php/scripts/xml2array/ Portions significantly re-written by mike@.nosp@m.macg.nosp@m.irvin.nosp@m..com for Friendica (namespaces, lowercase tags, get_attribute default changed, more...) Arguments : $contents - The XML text $namespaces - true or false include namespace information in the returned array as array elements. $get_attributes - 1 or 0. If this is 1 the function will get the attributes as well as the tag values - this results in a different array structure in the return value. $priority - Can be 'tag' or 'attribute'. This will change the way the resulting array sturcture. For 'tag', the tags are given more importance. Return: The parsed XML in an array form. Use print_r() to see the resulting array structure. Examples: $array = xml2array(file_get_contents('feed.xml')); $array = xml2array(file_get_contents('feed.xml', true, 1, 'attribute'));

+ +

Referenced by fetch_xrd_links().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
xml_status ( $st,
 $message = '' 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
z_fetch_url ( $url,
 $binary = false,
 $redirects = 0,
 $opts = array() 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
z_post_url ( $url,
 $params,
 $headers = null,
 $redirects = 0,
 $timeout = 0 
)
+
+ +

Referenced by zot_finger(), zot_notify(), zot_refresh(), and zot_zot().

+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 53778c2aa..b5ad14d6d 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -885,7 +885,7 @@ Functions - - - - + -- cgit v1.2.3 From 5a29f511c1fa609f58f50d9148edd1fe77b23d9d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Mar 2013 15:36:58 -0700 Subject: add xconfig table and functions, update strings and doco --- doc/html/include_2network_8php.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 7493dfdf2..1f9c28120 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -242,8 +242,6 @@ Functions
-

Referenced by probe_url().

-
@@ -401,7 +399,7 @@ Functions

fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

-

Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), oexchange_content(), post_url(), probe_url(), and scale_external_images().

+

Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), oexchange_content(), post_url(), and scale_external_images().

@@ -526,7 +524,7 @@ Functions @@ -652,7 +650,7 @@ Functions
-

Referenced by check_account_email(), probe_url(), and zid_init().

+

Referenced by check_account_email(), and zid_init().

-- cgit v1.2.3 From 8148b7c32f160cbe2cdc37e7271ac62aa2133b7c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 27 Mar 2013 19:02:01 -0700 Subject: update manage table and some documentation --- doc/html/include_2network_8php.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 1f9c28120..bbe181a56 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -477,6 +477,15 @@ Functions
+

http_status_exit

+

Send HTTP status header and exit

+
Parameters
+ + +
int$valinteger HTTP status result value
+
+
+
Returns
(does not return, process is terminated)

Referenced by _well_known_init(), and poco_init().

@@ -496,7 +505,7 @@ Functions
@@ -826,6 +835,17 @@ Functions
+

z_fetch_url

+
Parameters
+ + + + + +
string$urlURL to fetch
boolean$binary= false TRUE if asked to return binary results (file download)
int$redirects= 0 internal use, recursion counter
array$opts(optional parameters) 'accept_content' => supply Accept: header with 'accept_content' as the value 'timeout' => int seconds, default system config value or 60 seconds 'http_auth' => username:password 'novalidate' => do not validate SSL certs, default is to validate using our CA list
+
+
+
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), z_post_url(), zot_finger(), and zot_register_hub().

@@ -873,7 +893,7 @@ Functions
-- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index bbe181a56..c9f949cd4 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -28,7 +28,7 @@ - + - - + + - - + + @@ -399,7 +399,7 @@ Functions

fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

-

Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), oexchange_content(), post_url(), and scale_external_images().

+

Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), post_url(), and scale_external_images().

@@ -460,11 +460,11 @@ Functions
The Red Project
-- cgit v1.2.3 From ac64c93bf8714550d47a546faec59cfea0b4daeb Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Apr 2013 15:09:35 -0700 Subject: doc update --- doc/html/include_2network_8php.html | 41 +++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index c9f949cd4..990551bf5 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -120,14 +120,14 @@ Functions
 
 z_fetch_url ($url, $binary=false, $redirects=0, $opts=array())
 
 z_post_url ($url, $params, $headers=null, $redirects=0, $timeout=0)
 
 z_post_url ($url, $params, $redirects=0, $opts=array())
 
 json_return_and_die ($x)
 
 xml_status ($st, $message= '')
 
 http_status_exit ($val)
 
 http_status_exit ($val, $msg= '')
 
 convert_xml_element_to_array ($xml_element, &$recursion_depth=0)
 
 webfinger_dfrn ($s, &$hcard)
- +
@@ -472,8 +472,18 @@ Functions - + + + + + + + + + + +
http_status_exit (  $val)$val,
 $msg = '' 
)
@@ -481,7 +491,8 @@ Functions

Send HTTP status header and exit

Parameters
- + +
int$valinteger HTTP status result value
int$valinteger HTTP status result value
string$msgoptional message
@@ -847,11 +858,11 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), z_post_url(), zot_finger(), and zot_register_hub().

- +
@@ -867,12 +878,6 @@ Functions - - - - - - @@ -883,7 +888,7 @@ Functions - + -- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 990551bf5..31b6865e9 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/network.php File Reference +The Red Matrix: include/network.php File Reference @@ -30,7 +30,7 @@ -- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 31b6865e9..e44953a35 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -28,7 +28,7 @@
  $params,
 $headers = null,
 $timeout = 0 $opts = array() 
-
The Red Project +
The Red Matrix
- +
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), setup_post(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 5c1f959c1828066358ec868ffb953e88f16195c6 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 May 2013 06:02:30 -0700 Subject: set default contact affinity back to 99 - we'll solve the other problem another way, this one is flawed --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 04c7e6006..ec22284ff 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -516,7 +516,7 @@ Functions
The Red Matrix
-- cgit v1.2.3 From f2de266ce6cfbc52288e3add070f8502fb5334d3 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 18 May 2013 01:25:54 -0700 Subject: doc update plus fix the "only to those in my address book" permission --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index e44953a35..04c7e6006 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -858,7 +858,7 @@ Functions
-- cgit v1.2.3 From 6cafab10e6e168da73a9916c04e54fa43e2ae85b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 3 Jun 2013 16:29:33 -0700 Subject: fix pager, doc update --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index ec22284ff..0c5909363 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -516,7 +516,7 @@ Functions -- cgit v1.2.3 From 765d6e0a97f135755d6ec1322f6e3272bc0ae620 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Jun 2013 16:54:58 -0700 Subject: push refresh messages, performance work on conversations and configs, doc updates --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 0c5909363..1e2c69a68 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -498,7 +498,7 @@ Functions
Returns
(does not return, process is terminated)
-

Referenced by _well_known_init(), and poco_init().

+

Referenced by _well_known_init(), get_feed_for(), and poco_init().

@@ -572,7 +572,7 @@ Functions -- cgit v1.2.3 From c02a9301215ac146c26346ebc633d7c808cea5ee Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 Aug 2013 01:20:34 -0700 Subject: move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin --- doc/html/include_2network_8php.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 1e2c69a68..985eb92a5 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -399,7 +399,7 @@ Functions

fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

-

Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), post_url(), and scale_external_images().

+

Referenced by dfrn_deliver(), dirfind_content(), fetch_xrd_links(), lrdd(), oembed_fetch_url(), post_url(), and scale_external_images().

@@ -572,7 +572,7 @@ Functions @@ -858,7 +858,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), setup_post(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), setup_post(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 381f457c3fae5dea1c76883837f18a70a55e6bb8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 24 Aug 2013 16:52:38 -0700 Subject: fix xchans more completely after a URL change --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 985eb92a5..4a505fa69 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -224,7 +224,7 @@ Functions
-

Referenced by new_contact().

+

Referenced by new_contact().

-- cgit v1.2.3 From 63c60b224c70ee9d09b8eb73bd11c44ca4a259fd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Sep 2013 03:10:25 -0700 Subject: provide mimetype selector on edit (pages and blocks) --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 4a505fa69..1029f90a0 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -858,7 +858,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), setup_post(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), setup_post(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 83e086edcd4d13b2e8508eb17a24a849c8e3aa06 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Sep 2013 04:51:55 -0700 Subject: doc update, put more telemetry on notifier and try to ensure that private posts have recipients. --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 1029f90a0..cec2045db 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -296,7 +296,7 @@ Functions -- cgit v1.2.3 From 96ad49b1b831d0f4e3660330750e9484eb9238bd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 20 Sep 2013 05:43:30 -0700 Subject: doc updates --- doc/html/include_2network_8php.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index cec2045db..4f382fef3 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -160,8 +160,8 @@ Functions    xml2array ($contents, $namespaces=true, $get_attributes=1, $priority= 'attribute')   - email_header_encode ($in_str, $charset) -  + email_header_encode ($in_str, $charset= 'UTF-8') +   email_send ($addr, $subject, $headers, $item)   @@ -272,7 +272,7 @@ Functions - +
@@ -286,7 +286,7 @@ Functions - + @@ -399,7 +399,7 @@ Functions

fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

-

Referenced by dfrn_deliver(), dirfind_content(), fetch_xrd_links(), lrdd(), oembed_fetch_url(), post_url(), and scale_external_images().

+

Referenced by dfrn_deliver(), fetch_xrd_links(), lrdd(), oembed_fetch_url(), post_url(), and scale_external_images().

-- cgit v1.2.3 From 24dd15c2051bad20cad266e36227577cd8e46632 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Oct 2013 04:46:55 -0700 Subject: doc update --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 4f382fef3..138f3c51c 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -858,7 +858,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), setup_post(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), setup_post(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

@@ -898,7 +898,7 @@ Functions
 $charset $charset = 'UTF-8' 
-

Referenced by zot_finger(), zot_refresh(), and zot_zot().

+

Referenced by zot_finger(), zot_refresh(), and zot_zot().

-- cgit v1.2.3 From c36fc59df30735b88ab55884f4411dedd3886f20 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 26 Oct 2013 01:27:19 -0700 Subject: doc updates --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 138f3c51c..2a8c5111f 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -516,7 +516,7 @@ Functions @@ -898,7 +898,7 @@ Functions -- cgit v1.2.3 From 8eed3a10062818dd30f339139074be8e721546d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 2 Nov 2013 15:45:38 -0700 Subject: doc updates --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 2a8c5111f..e2a7be147 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -898,7 +898,7 @@ Functions -- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index e2a7be147..3655d207a 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -28,7 +28,7 @@ - + - - - - @@ -134,12 +130,8 @@ Functions - - - - @@ -152,12 +144,8 @@ Functions - - - - @@ -166,32 +154,6 @@ Functions
The Red Matrix
-- cgit v1.2.3 From 90fff1de1c81eca9cdca8c41ec8083b72965b4a2 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Dec 2013 00:11:03 -0800 Subject: doc updates --- doc/html/include_2network_8php.html | 219 +----------------------------------- 1 file changed, 6 insertions(+), 213 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 3655d207a..5f9f69ea0 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -114,10 +114,6 @@ $(document).ready(function(){initNavTree('include_2network_8php.html','');}); Functions
 get_capath ()
 
 fetch_url ($url, $binary=false, &$redirects=0, $timeout=0, $accept_content=Null)
 
 post_url ($url, $params, $headers=null, &$redirects=0, $timeout=0)
 
 z_fetch_url ($url, $binary=false, $redirects=0, $opts=array())
 
 z_post_url ($url, $params, $redirects=0, $opts=array())
 
 webfinger ($s, $debug=false)
 
 lrdd ($uri, $debug=false)
 
 fetch_lrdd_template ($host)
 
 fetch_xrd_links ($url)
 
 validate_url (&$url)
 
 validate_email ($addr)
 
 parse_xml_string ($s, $strict=true)
 
 add_fcontact ($arr, $update=false)
 
 scale_external_images ($s, $include_link=true, $scale_replace=false)
 
 fix_contact_ssl_policy (&$contact, $new_policy)
 
 xml2array ($contents, $namespaces=true, $get_attributes=1, $priority= 'attribute')
 
 email_header_encode ($in_str, $charset= 'UTF-8')
 

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
add_fcontact ( $arr,
 $update = false 
)
-
- -
-
@@ -268,8 +230,6 @@ Functions
-

Referenced by lrdd().

-
@@ -354,97 +314,6 @@ Functions

Referenced by webfinger().

- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
fetch_url ( $url,
 $binary = false,
$redirects = 0,
 $timeout = 0,
 $accept_content = Null 
)
-
-

fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

- -

Referenced by dfrn_deliver(), fetch_xrd_links(), lrdd(), oembed_fetch_url(), post_url(), and scale_external_images().

- -
-
- -
-
- - - - - - - - -
fetch_xrd_links ( $url)
-
- -

Referenced by fetch_lrdd_template(), lrdd(), and webfinger().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
fix_contact_ssl_policy ($contact,
 $new_policy 
)
-
-
@@ -460,7 +329,7 @@ Functions
-

Referenced by fetch_url(), post_url(), z_fetch_url(), and z_post_url().

+

Referenced by z_fetch_url(), and z_post_url().

@@ -516,35 +385,7 @@ Functions - - - @@ -572,53 +413,7 @@ Functions - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
post_url ( $url,
 $params,
 $headers = null,
$redirects = 0,
 $timeout = 0 
)
-
- -

Referenced by dfrn_deliver(), and match_content().

+

Referenced by consume_feed(), and notifications_content().

@@ -670,7 +465,7 @@ Functions
-

Referenced by check_account_email(), and zid_init().

+

Referenced by check_account_email(), and zid_init().

@@ -714,7 +509,7 @@ Functions @@ -781,8 +576,6 @@ Functions

xml2array() will convert the given XML text to an array in the XML structure. Link: http://www.bin-co.com/php/scripts/xml2array/ Portions significantly re-written by mike@.nosp@m.macg.nosp@m.irvin.nosp@m..com for Friendica (namespaces, lowercase tags, get_attribute default changed, more...) Arguments : $contents - The XML text $namespaces - true or false include namespace information in the returned array as array elements. $get_attributes - 1 or 0. If this is 1 the function will get the attributes as well as the tag values - this results in a different array structure in the return value. $priority - Can be 'tag' or 'attribute'. This will change the way the resulting array sturcture. For 'tag', the tags are given more importance. Return: The parsed XML in an array form. Use print_r() to see the resulting array structure. Examples: $array = xml2array(file_get_contents('feed.xml')); $array = xml2array(file_get_contents('feed.xml', true, 1, 'attribute'));

-

Referenced by fetch_xrd_links().

-
@@ -858,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), setup_post(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 64b16f1e1ac303b476ffac891c99f6404bc04f53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Dec 2013 01:13:35 -0800 Subject: add construct_page hook --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 5f9f69ea0..64a44cb62 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -385,7 +385,7 @@ Functions @@ -413,7 +413,7 @@ Functions
-

Referenced by consume_feed(), and notifications_content().

+

Referenced by consume_feed().

-- cgit v1.2.3 From 121ee48963f7da0aec45b94163d68f23a36c7744 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 27 Dec 2013 21:19:23 -0800 Subject: sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update. --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 64a44cb62..c431d65ad 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -651,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From d2d071029f38942496aa52e42048ae53c5d04d48 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 3 Jan 2014 01:41:55 -0800 Subject: doc updates --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index c431d65ad..c21a30846 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -651,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 3869b16298041887d0c90c884ffb5b22df8d56e9 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 Jan 2014 14:35:32 -0800 Subject: prettyphoto (js|css) not found --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index c21a30846..337fc9051 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -367,7 +367,7 @@ Functions
Returns
(does not return, process is terminated)
-

Referenced by _well_known_init(), get_feed_for(), and poco_init().

+

Referenced by _well_known_init(), cloud_init(), get_feed_for(), and poco_init().

-- cgit v1.2.3 From 902c9b158528b03e6e31f8b7f16fa4a5b16f62cd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 31 Jan 2014 20:02:45 -0800 Subject: doc updates --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 337fc9051..81ee1ed1f 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -385,7 +385,7 @@ Functions @@ -651,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 064962ff82701d9d415a351a91354a0cdf949bd5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Feb 2014 12:25:27 -0800 Subject: doc and assets update. There is what seems to be a controversial powerpoint in this checkin. The powerpoint is of course *open source* even if powerpoint itself is not. The source file is available for your examination and revision. --- doc/html/include_2network_8php.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 81ee1ed1f..97bb9b2fe 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -385,7 +385,7 @@ Functions @@ -651,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

@@ -691,7 +691,7 @@ Functions -- cgit v1.2.3 From 16c2aa042fade698ece5dcb67cde10ff8155bd65 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 14:30:24 -0800 Subject: doc update --- doc/html/include_2network_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 97bb9b2fe..502e8c676 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -385,7 +385,7 @@ Functions @@ -651,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3 From 3c23d1f9fe2813d91fc8d29f19f8a51d9a0a9091 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:36 -0700 Subject: doc update --- doc/html/include_2network_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/include_2network_8php.html') diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 502e8c676..71cf52f40 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -651,7 +651,7 @@ Functions
Returns
array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content
-

Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

+

Referenced by check_htaccess(), directory_content(), dirprofile_init(), externals_run(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

-- cgit v1.2.3