Documentation

EasyBlogCrawlerKeywords
in package

Table of Contents

Constants

PATTERN  = '/\<meta name="keywords" content=*[\"\']{0,1}([^\"\>]*)/i'

Properties

$keywords  : mixed

Methods

get()  : string
Returns the keywords of the document.
process()  : bool
Ruleset to process document title

Constants

PATTERN

public mixed PATTERN = '/\<meta name="keywords" content=*[\"\']{0,1}([^\"\>]*)/i'

Properties

$keywords

private mixed $keywords = \null

Methods

get()

Returns the keywords of the document.

public get() : string
Return values
string

The document keywords.

process()

Ruleset to process document title

public process(mixed &$contents) : bool
Parameters
$contents : mixed
Tags
params

string $contents The html contents that needs to be parsed.

Return values
bool

True on success false otherwise.


        
On this page

Search results