Compute the output buffer size required by PHP‐strict decoding of a range.

Synopsis

Declared in <folly/base64.h>

constexpr
std::size_t
base64PHPStrictDecodeRequiredOutputSize(
    char const* f,
    char const* l) noexcept;

Return Value

The number of bytes the decoded output may occupy.

Parameters

Name

Description

f

Pointer to the first input byte.

l

Pointer past the last input byte.

Created with MrDocs