downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

http_build_url> <http_throttle
[edit] Last updated: Fri, 17 May 2013

view this page in

http_build_str

(PECL pecl_http >= 0.23.0)

http_build_strConstruir string de consulta

Descripción

string http_build_str ( array $query [, string $prefix [, string $arg_separator = ini_get("arg_separator.output") ]] )

Lo opuesto de parse_str().

Parámetros

query

array asociativo de parámetros de el string de consulta

prefix

prefijo de nivel superior

arg_separator

separador de parámetros (por omisión, se usará el de la directiva INI arg_separator.output, o "&" si no se hubiera definido).

Valores devueltos

Devuelve la consulta generada en forma de string o FALSE en caso de error.

Ver también



add a note add a note User Contributed Notes http_build_str - [1 notes]
up
0
g dot kuizinas at anuary dot com
3 months ago
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(); ?>

 
show source | credits | sitemap | contact | advertising | mirror sites