Uri\WhatWg\Url::getPath

Retrieve the path component

Description

public string Uri\WhatWg\Url::getPath()

Retrieves the path component.

Parameters

This function has no parameters.

Return Values

Returns the path component as a string.

Examples

Example #1 Uri\WhatWg\Url::getPath basic example

<?php
$url = new \Uri\WhatWg\Url("https://example.com/foo/bar");

echo $url->getPath();
?>

The above example will output:

/foo/bar

See Also

  • Uri\WhatWg\Url::withPath
  • Uri\Rfc3986\Uri::getRawPath
  • Uri\Rfc3986\Uri::getPath