http_build_query() sounds about right to me.

--Wez.

"Sara Golemon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Since Wez has been talking about an http_request() function (which
inspired
> the underlying php_url_encode_hash() function), using a name like
> http_query_string() (or similar) might suffice for both naming conventions
> and suitability.
>
> -Sara
>
> > I find this useful, but the name is a bit confusing because the function
> > works differently than a combo of urlencode() / rawurlencode() and
> > array_map(). One of my picks is build_query_string() (this doesn't
conform
> > to the naming convention though.)
> >
> > > proto urlencode_array(array formdata [, string numeric_prefix])

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to