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
-

Referenced by api_export_basic(), dirsearch_content(), new_channel_init(), post_post(), register_init(), zfinger_init(), zotfeed_init(), and zperms_init().

+

Referenced by api_export_basic(), dirsearch_content(), new_channel_init(), post_post(), register_init(), zfinger_init(), and zotfeed_init().

@@ -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
-

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

+

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

-- cgit v1.2.3