Source for file Urlencoded.php
Documentation is available at Urlencoded.php
* Replacement for http_build_query()
* @link http://php.net/function.http-build-query
* @author vlad_mustafin@ukr.net
* @author Arpad Ray <arpad@php.net>
foreach ((array) $formdata as $k => $v) {
$tmp_key = $key . '[' . $tmp_key . ']';
$separator = ini_get('arg_separator.output');
if (strlen($separator) == 0 ) {
// {{{ class HTML_AJAX_Serialize_Urlencoded
* URL Encoding Serializer
* @author Arpad Ray <arpad@php.net>
* @author David Coallier <davidc@php.net>
* @copyright 2005 Arpad Ray
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version Release: 0.5.7
* @link http://pear.php.net/package/HTML_AJAX
return (isset ($ret['_HTML_AJAX']) ? $ret['_HTML_AJAX'] : $ret);
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
Documentation generated on Mon, 11 Mar 2019 15:59:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|