miva_csv_encode()#
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). |