Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.08 KB

Document.ru.md

File metadata and controls

65 lines (44 loc) · 1.08 KB

Document

  • класс Document (php\jsoup\Document) унаследован от Element
  • исходники php/jsoup/Document.php

Описание

Class Document


Методы


Методы

location()

location(): string

title()

title(string $value): string

head()

head(): Element

body()

body(): Element

select()

select(string $cssQuery): Elements