FILE ... TOC

Convert url to absolute

This method convert a relative url to absolute. This is needed for the retrieval.

The argument of the method can be a relative url from a href or src tag of the html of the page or can be absolute. The returned url is an absolute url.

Usage:

            $absolute_url = $page->urel2abs($href_url);

FILE ... TOC