$componentSeparator $componentSeparator : string Type string — The control character used to separate components.
$dataSeparator $dataSeparator : string Type string — The control character used to separate data elements.
$escapeCharacter $escapeCharacter : string Type string — The control character used as an escape character.
$segmentTerminator $segmentTerminator : string Type string — The control character used as an segment terminator.
setComponentSeparator() setComponentSeparator(string $char) : static Set the control character used to separate components. Parameters string $char The character to use Returns static
setDataSeparator() setDataSeparator(string $char) : static Set the control character used to separate data elements. Parameters string $char The character to use Returns static
setDecimalPoint() setDecimalPoint(string $char) : static Set the control character used as a decimal point. Parameters string $char The character to use Returns static
setEscapeCharacter() setEscapeCharacter(string $char) : static Set the control character used as an escape character. Parameters string $char The character to use Returns static
setSegmentTerminator() setSegmentTerminator(string $char) : static Set the control character used as an segment terminator. Parameters string $char The character to use Returns static
serialize() serialize( $segments) : string Serialize all the passed segments. Parameters $segments Returns string
setControlCharacter() setControlCharacter(string $type, string $char) : static Set a control character. Parameters string $type The type of control character to set string $char The character to set it to Returns static