EncoderInterface
in
Tags
Table of Contents
- encodeString() : string
- Encode a given string to produce an encoded string.
Methods
encodeString()
Encode a given string to produce an encoded string.
public
encodeString(string $string[, string|null $charset = 'utf-8' ], int $firstLineOffset, int $maxLineLength) : string
Parameters
- $string : string
- $charset : string|null = 'utf-8'
- $firstLineOffset : int
-
if first line needs to be shorter
- $maxLineLength : int
-
- 0 indicates the default length for this encoding