On Saturday, July 12 from 8:00 AM to 9:00 AM, we will be performing an upgrade of the GitLab system. During that time, GitLab and git services on git.unl.edu may be unavailable.
* \brief This file contains functions dedicated to get URL.
* This file contains all rare functions.
*/
*/
/**
/**
...
@@ -29,7 +28,7 @@
...
@@ -29,7 +28,7 @@
* @param string $postorget 'POST', 'GET', 'HEAD'
* @param string $postorget 'POST', 'GET', 'HEAD'
* @param string $param Paraemeters of URL (x=value1&y=value2)
* @param string $param Paraemeters of URL (x=value1&y=value2)
* @param string $followlocation 1=Follow location, 0=Do not follow
* @param string $followlocation 1=Follow location, 0=Do not follow
* @param array $addhearers Array of string to add into header. Example: ('Accept: application/xrds+xml', ....)
* @param array $addheaders Array of string to add into header. Example: ('Accept: application/xrds+xml', ....)
* @return array Returns an associative array containing the response from the server array('content'=>response,'curl_error_no'=>errno,'curl_error_msg'=>errmsg...)
* @return array Returns an associative array containing the response from the server array('content'=>response,'curl_error_no'=>errno,'curl_error_msg'=>errmsg...)