Actions
Feature #33767
closedTask #33745: Integrate File Abstraction Layer
Integrate possibility to build URL
Start date:
2012-02-08
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
The PHP function parse_url() allows to split up URLs into separate parts.
However, TYPO3 lacks the possibility to build an URL with the same arguments.
Example (round-trip):
$url = t3lib_utility_Http::buildUrl(
parse_url('http://typo3.org/')
);
Actions