OpenIDAuth::normaliseUrl

Taken from the Zend Framework Normalizes URL according to RFC 3986 to use it in comparison operations. It returns the normalised URL on success and false of failure.

Synopsis

uses('openid');

public function OpenIDAuth::normaliseUrl($id)

Description

From Zend/OpenID.php

Parameters

Name Direction Type Description
$id