|
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 или FALSE в случае возникновения ошибки. Примеры
Пример #1 A http_build_url() example
<?php Результат выполнения данного примера: ftp://ftp.example.com/pub/files/current/?a=c Смотрите также
|
|