For those who are using PECL pecl_http 2, you need to refer to HttpQueryString, which is now implemented under http namespace. Therefore,
<?php new \http\QueryString(); ?>
(PECL pecl_http >= 0.23.0)
http_build_str — Sorgu dizgesi derler
$sorgu
[, string $önek
[, string $ayraç
]] )parse_str() işlevinin zıddı.
sorgu
Sorgu dizgesi değiştirgelerinden oluşan ilişkisel dizi.
önek
En tepe önek.
ayraç
Kullanılacak değiştirge ayracı (öntanımlı olarak arg_separator.output INI ayarı kullanılır; hiçbir şey atanmamışsa "&" kullanılır).
Başarı durumunda derlenen sorgu bir dizi olarak döner, aksi takdirde
FALSE
döner.
For those who are using PECL pecl_http 2, you need to refer to HttpQueryString, which is now implemented under http namespace. Therefore,
<?php new \http\QueryString(); ?>