update : 2015.11.03
php.shukuma.com검색:
|
http_build_url(PECL pecl_http >= 0.21.0) http_build_url — Build a URL 설명
string http_build_url
([ mixed
$url
[, mixed $parts
[, int $flags = HTTP_URL_REPLACE
[, array &$new_url
]]]] )Build a 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실패 시 예제
Example #1 A http_build_url() example
<?php 위 예제의 출력: ftp://ftp.example.com/pub/files/current/?a=c |