Property: PHPCrawlerDocumentInfo::links_found



An numeric array containing information about all links that were found in the source of the page.
Signature:

public $links_found = array()

Type:

array 

Description:

Every element of that numeric array contains the following keys again:

link_raw - contains the raw link as it was found
url_rebuild - contains the full qualified URL the link leads to
linkcode - the html-codepart that contained the link.
linktext - the linktext the link was layed over (may be empty).

So e.g $page_data["links_found"][5]["link_raw"] contains the fifth link that was found in the current page.
(May be something like "../../foo.html").