Document¶
-
php\jsoup\Document abstract class
Methods
location()¶
Returns: string
title($value)¶
Parameters:
- $value – string - (optional)
Returns: string
head()¶
Returns: php\jsoup\Element
body()¶
Returns: php\jsoup\Element
select($cssQuery)¶
Parameters:
- $cssQuery – string
Returns: