Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1019 Bytes

File metadata and controls

65 lines (44 loc) · 1019 Bytes

Document

  • class Document (php\jsoup\Document) extends Element
  • source php/jsoup/Document.php

Description

Class Document


Methods


Methods

location()

location(): string

title()

title(string $value): string

head()

head(): Element

body()

body(): Element

select()

select(string $cssQuery): Elements