|
PHP5中文手册
http_build_url(PECL pecl_http:0.21.0-1.5.5) http_build_url — Build an URL 说明
string http_build_url
([ mixed $url
[, mixed $parts
[, int $flags = HTTP_URL_REPLACE
[, array &$new_url
]]]] )
Build an URL. The parts of the second URL will be merged into the first according to the flags argument. 参数
返回值Returns the new URL as string on success or FALSE on failure. 范例
Example#1 A http_build_url() example
<?php 上例将输出:
|