Flattens a value into a string
Description
Converts an array into a string by imploding values with a comma, as per RFC2616’s rules for folding headers.
Parameters
$value
string|arrayrequired- Value to flatten
Flattens a value into a string
Converts an array into a string by imploding values with a comma, as per RFC2616’s rules for folding headers.
$value
string|arrayrequired
User Contributed Notes
You must log in before being able to contribute a note or feedback.