Interface FileOptions
Options to create ICanBoogie\HTTP\File
instances.
Direct known implementers
Constants summary
string |
OPTION_NAME
Name of the file. |
#
'name'
|
string |
OPTION_TYPE
MIME type of the file. |
#
'type'
|
string |
OPTION_SIZE
Size of the file. |
#
'size'
|
string |
OPTION_TMP_NAME
Temporary filename. |
#
'tmp_name'
|
string |
OPTION_ERROR
Error code, one of |
#
'error'
|
string |
OPTION_PATHNAME
Pathname of the file. |
#
'pathname'
|