Documentation

GetAnyReplicaOptions
in package

Table of Contents

decoder()  : GetAnyReplicaOptions
Associate custom transcoder with the request.
timeout()  : GetAnyReplicaOptions
Sets the operation timeout in milliseconds.

Methods

decoder()

Associate custom transcoder with the request.

public decoder(callable $arg) : GetAnyReplicaOptions
Parameters
$arg : callable

decoding function with signature (returns decoded value):

function decoder(string $bytes, int $flags, int $datatype): mixed

Return values
GetAnyReplicaOptions

Search results