PHP str_getcsv is ignoring quotes
I need to parse strings like k1=v1, k2=v2, ... kn=vn with primary delimiter (,) and key-value-delimiter (=) may vary. The values may be quoted (" or ') and may contain the primary delimiter within the quotes. As I saw no…