This method is deprecated! Please use and override the handleDocumentInfo-method to access document-information instead.
public handlePageData(&$page_data)
&$page_data | array | Array containing all information about the currently received document. For detailed information on the conatining keys see PHPCrawlerDocumentInfo-class. |
int | The crawling-process will stop immedeatly if you let this method return any negative value. |
Everytime the crawler found and received a document on it's way this method will be called.
The crawler passes all information about the currently received page or file to this method
by the array $page_data.