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
-

Referenced by api_albums(), api_channel_stream(), api_export_basic(), api_photos(), dirsearch_content(), new_channel_init(), oexchange_content(), post_post(), register_init(), zfinger_init(), and zotfeed_init().

- -
- - -
-
- - - - - - - - - - - - - - - - - - -
lrdd ( $uri,
 $debug = false 
)
-
@@ -572,53 +413,7 @@ Functions
-

Referenced by consume_feed(), dfrn_deliver(), lrdd(), and notifications_content().

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

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

+

Referenced by webfinger_content(), and webfinger_dfrn().

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