Documentation

UaString extends Enum
in package

User-Agent header strings for various high level operations

Table of Contents

Constants

BATCH  = 'BAT'
ITERATOR  = 'ITR'
MULTIPART_UPLOAD  = 'MUP'
OPTION  = 'ua.append'
SESSION  = 'SES'
WAITER  = 'WTR'

Properties

$cache  : array<string|int, mixed>

Methods

keys()  : array<string|int, mixed>
Returns the names (or keys) of all of constants in the enum
values()  : array<string|int, mixed>
Return the names and values of all the constants in the enum

Constants

BATCH

public string BATCH = 'BAT'

Command executed during a batch transfer

ITERATOR

public string ITERATOR = 'ITR'

Resource iterator

MULTIPART_UPLOAD

public string MULTIPART_UPLOAD = 'MUP'

Multipart upload helper for Amazon S3

OPTION

public string OPTION = 'ua.append'

Name of the option used to add to the UA string

SESSION

public string SESSION = 'SES'

Session handlers (e.g. Amazon DynamoDB session handler)

WAITER

public string WAITER = 'WTR'

Resource waiter

Properties

$cache

protected static array<string|int, mixed> $cache = array()

A cache of all enum values to increase performance

Methods

keys()

Returns the names (or keys) of all of constants in the enum

public static keys() : array<string|int, mixed>
Return values
array<string|int, mixed>

values()

Return the names and values of all the constants in the enum

public static values() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results