Closed dakkar closed 1 year ago
This is a possible solution for #34
query_form now parses equal-less params, returning them as $key => []. This also round-trips.
query_form
$key => []
This is a change in interface, though: previously, empty strings were returned.
Thank you @dakkar. We've decided to go with #65, which was merged via #128.
This is a possible solution for #34
query_form
now parses equal-less params, returning them as$key => []
. This also round-trips.This is a change in interface, though: previously, empty strings were returned.