functional overview
Send GET.
Details of Functions
Sends a GET including HTTP headers to the server.
Separate the received content into a header and a body, with the header as the key "Header" and the body as the key "Body". Dictionary (associative array) The data will be stored in the
- note
- If the following argument is specified, the "dictionary to be created" will be the result.
argument (e.g. function, program, programme)URI https://www.unifinity.co.jp key value Header
key value HTTP/1.1 200 OK Server nginx Date Tue, 20 Sep 2016 09 Content-Type text/html; charset=UTF-8 Transfer-Encoding chunked Connection keep-alive link <http Set-Cookie pll_language=en; expires=Wed, 20-Sep-2017 09 X-Powered-By PleskLin MS-Author-Via Davis acids
body ...
parameter
- argument (e.g. function, program, programme)
-
URI character string data
Specifies the request URI.Transmission Parameters character string data
Specifies parameters to be added.Header Options character string data
Specifies the value of the HTTP header.key numeric data character string data Date & Time Data
Specify the key of the content to be added. (additional argument)value numeric data character string data Date & Time Data
Specify the value of the content to be added. (additional argument)character code Specify the character code.
- UTF-8
- UTF-16LE
- UTF-16BE
- UTF-32LE
- UTF-32BE
- SHIFT-JIS
- ISO-2022-JP
- EUC-JP
- non-conversion
- return value
-
Dictionary (associative array)
Returns the individual received content <Header/Body>.