Project

General

Profile

Actions

Feature #33767

closed

Task #33745: Integrate File Abstraction Layer

Integrate possibility to build URL

Added by Oliver Hader about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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

Also available in: Atom PDF