Created by potrace 1.16, written by Peter Selinger 2001-2019

Miva Developer Docs

Syntax
miva_csv_encode( text, delimiter )

Returns#

Returns: An appropriately escaped or quoted string, or a copy of the original string if no quotes or delimiters were found.

Parameters#

Parameter Description
text String to escape
delimiter separation character (for example, a “,” for a comma-separated list).