Lines Matching defs:string
84 * @param string $url The URL to fetch
86 * @return false|string response body, false on error
106 * @param string $url The URL to fetch
109 * @return false|string response body, false on error
129 * @param string $url The URL to fetch
131 * @return false|string response body, false on error
147 * Post data should be passed as associative array. When passed as string it will be
150 * @param string $url - the complete URL
152 * @param string $method - HTTP Method usually GET or POST.
514 * @param string &$requesturl
577 * @param string $data The data to write
578 * @param string $message Description of what is being read
622 * @param string $message Description of what is being read
624 * @return string
680 * @param string $message Description of what is being read
681 * @return string
719 * @param string $info
737 * @param string $info
755 * @param string $info
766 * convert given header string to Header array
770 * @param string $string
775 protected function parseHeaders($string)
778 $lines = explode("\n", $string);
800 * convert given header array to header string
803 * @return string
809 $string = '';
812 $string .= $key . ': ' . $value . HTTP_NL;
814 return $string;
818 * get cookies as http header string
820 * @return string
839 * @return string
853 * @return string
885 * @param string $server
886 * @param string $port
887 * @return string unique identifier
899 * @param string $url