Requests_Utility_CaseInsensitiveDictionary::offsetGet( string $key ): string|null
Get the value for the item
Contents
Parameters
-
$key
string Required -
Item key
Return
string|null Item value (null if offsetExists is false)
Source
File: wp-includes/Requests/Utility/CaseInsensitiveDictionary.php
.
View all references