W3cubDocs

/WordPress

Requests_Response_Headers::flatten( string|array $value ): string

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

$valuestring|arrayrequired
Value to flatten

Return

string Flattened value

Source

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_response_headers/flatten