From 083b5da967d52780d0ff2f9e3a01484c45eed38d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 19 Sep 2014 02:22:12 -0700 Subject: doc updates --- doc/html/include_2network_8php.html | 42 ++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 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 3a4f936bb..54b370806 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -118,6 +118,8 @@ Functions    z_post_url ($url, $params, $redirects=0, $opts=array())   + z_post_url_json ($url, $params, $redirects=0, $opts=array()) +   json_return_and_die ($x)    xml_status ($st, $message= '') @@ -796,7 +798,45 @@ 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 deliver_run(), oexchange_content(), queue_run(), share_init(), zot_finger(), zot_refresh(), and zot_zot().

+

Referenced by deliver_run(), oexchange_content(), queue_run(), share_init(), z_post_url_json(), zot_finger(), zot_refresh(), and zot_zot().

+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
z_post_url_json ( $url,
 $params,
 $redirects = 0,
 $opts = array() 
)
+
-- cgit v1.2.3