ICanBoogie
  • Documentation
  • API Reference
  • HTTP master
Namespaces
  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher
Classes
  • CallableDispatcher
  • DispatcherProvider
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • ProvideDispatcher
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestOptionsMapper
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher
Interfaces
  • Dispatcher
  • Exception
  • FileOptions
  • RequestMethods
  • RequestOptions
  • ResponseStatus
  • SecurityError
Exceptions
  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • DispatcherProviderNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

Interface FileOptions

Options to create ICanBoogie\HTTP\File instances.

Direct known implementers

ICanBoogie\HTTP\File

Namespace: ICanBoogie\HTTP
Located at FileOptions.php

Constants summary

OPTION_NAME : string

Name of the file.

Name of the file.

'name'
OPTION_TYPE : string

MIME type of the file.

MIME type of the file.

'type'
OPTION_SIZE : string

Size of the file.

Size of the file.

'size'
OPTION_TMP_NAME : string

Temporary filename.

Temporary filename.

'tmp_name'
OPTION_ERROR : string

Error code, one of UPLOAD_ERR_*.

Error code, one of UPLOAD_ERR_*.

'error'
OPTION_PATHNAME : string

Pathname of the file.

Pathname of the file.

'pathname'
HTTP master – Check on GitHub – API documentation generated by ApiGen