Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Webmozart
PathUtil
Url
PHP Class Webmozart\PathUtil\Url
The methods in this class are able to deal with URLs.
Since:
2.3
Author:
Bernhard Schussek (
[email protected]
)
Author:
Claudio Zizza (
[email protected]
)
Afficher le fichier
Open project: webmozart/path-util
Class Usage Examples
Méthodes publiques
Méthode
Description
makeRelative
(
string
$url
,
string
$baseUrl
) :
string
Turns a URL into a relative path.
Private Methods
Méthode
Description
split
(
string
$url
) :
string[]
Splits a URL into its host and the path.
Method Details
makeRelative()
public
static
méthode
The result is a canonical path. This class is using functionality of Path class.
See also:
Path
public
static
makeRelative
(
string
$url
,
string
$baseUrl
) :
string
$url
string
A URL to make relative.
$baseUrl
string
A base URL.
Résultat
string