functional overview
Send GET/POST and output the Header of the received content to the return value and the Body to a file.
Details of Functions
Send GET/POST and output the Header of the received content to the return value and the Body to a file.
parameter
- argument (e.g. function, program, programme)
-
URI character string data
Specifies the request URI.HTTP Methods Specifies the HTTP method.
- get
- POST
Transmission Parameters character string data
Specifies parameters to be added.Header Options Dictionary (associative array)
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
output file name character string data
Specifies the name of the output file.
- return value
-
character string data binary data
Returns HTTP headers.