PHP Класс WPDKUserAgents

С версии: 1.6.0
Автор: =undo= ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
crawlers ( ) : array Return a key value pairs array with the complete list of crawler user agents.
isCrawler ( string $user_agent = '' ) : boolean Return TRUE if an user agent or current user agent is a Crawler.
userAgents ( ) : array Return a key value pairs array with the complete list of user agents for type.

Описание методов

crawlers() публичный статический Метод

Return a key value pairs array with the complete list of crawler user agents.
public static crawlers ( ) : array
Результат array

isCrawler() публичный статический Метод

Return TRUE if an user agent or current user agent is a Crawler.
public static isCrawler ( string $user_agent = '' ) : boolean
$user_agent string Optional. User agent string or blank for current user agent.
Результат boolean

userAgents() публичный статический Метод

Return a key value pairs array with the complete list of user agents for type.
public static userAgents ( ) : array
Результат array