Source for file Urlencoded.php
Documentation is available at Urlencoded.php
* URL Encoding Serializer
* @author Arpad Ray <arpad@rajeczy.com>
* @copyright 2005 Arpad Ray
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version Release: @package_version@
* @link http://pear.php.net/package/HTML_AJAX
@include_once 'PHP/Compat/Function/http_build_query.php';
trigger_error('The URL encoding serializer requires http_build_query(), for information about using this function without upgrading your version of PHP, see: <a href="http://pear.php.net/package/PHP_Compat">http://pear.php.net/package/PHP_Compat</a>', E_USER_WARNING );
//return http_build_query($input);
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 14:05:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|