list_getSpiders

Description

Gets information about the known search engine spiders for the list.

Syntax

array list_getSpiders (int $start, int $items_per_page, string $sort)



Parameter $start

Expected type: Integer
Description: Which record in the results to start with



Parameter $items_per_page

Expected type: Integer
Description: How many items are displayed on each page



Parameter $sort

Expected type: String
Description: A string to be added to the ORDER BY clause indicating how we want to sort the results



Return value

Expected type: Array of arrays
Description: Returns an array of arrays with details about all know search engine spiders. The keys are the spider IDs and each array has id_spider, spider_name, user_agent and ip_info


Notes

  • Callback function for $listOptions['get_items']
Advertisement: