Uri\WhatWg\Url::getPassword

Retrieve the password component

Description

public stringnull Uri\WhatWg\Url::getPassword()

Retrieves the password component.

Parameters

This function has no parameters.

Return Values

Returns the password component as a string if the password component exists, null is returned otherwise.

Examples

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

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

echo $url->getPassword();
?>

The above example will output:

password

See Also

  • Uri\WhatWg\Url::withPassword
  • Uri\Rfc3986\Uri::getRawPassword
  • Uri\Rfc3986\Uri::getPassword