$_POST_BINARY | |||||||
Type | keyword | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | $_POST_BINARY is an array variable, formed from reading stdin and translating the url-form-encoded or multi-part-encoded data. | ||||||
Introduced | 4.6.3 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: $_POST, $_POST_RAW, $_SERVER, $_GET_BINARY, $_GET_RAW, $_GET | ||||||
Description | Use the $_POST_BINARY keyword to access posted form data. It is an array formed from reading stdin and translating the data. $_POST_BINARY is identical to $_POST except that it does not perform any character set translation. $_POST_BINARY is only available when running in CGI mode (Server). The $_POST_BINARY keyword supports multi dimensional arrays. |