Property: PHPCrawlerDocumentInfo::links_found_url_descriptors



An numeric array containing a PHPCrawlerURLDescriptor-object for every link that was found in the page.
Signature:

public $links_found_url_descriptors = array()

Type:

array  Numneric array containing PHPCrawlerURLDescriptor-objects

Description:

Example: Printing the second raw link that was found on the pageecho $PageInfo->links_found_url_descriptors[2]->link_raw;