(PHP 8 >= 8.5.0)
Uri\WhatWg\Url::getPath — Retrieve the path component
Questa funzione non contiene parametri.
Returns the path component as a string.
Example #1 Uri\WhatWg\Url::getPath() basic example
<?php
$url = new \Uri\WhatWg\Url("https://example.com/foo/bar");
echo $url->getPath();
?>Il precedente esempio visualizzerà:
/foo/bar