update : 2015.11.03
php.shukuma.com검색:
|
The tidyNode class(PHP 5 >= 5.0.1) 소개An HTML node in an HTML file, as detected by tidy. 클래스 개요
tidyNode
{
/* 프로퍼티 */
string $value;
string $name;
int $type;
int $line;
int $column;
bool $proprietary;
int $id;
array $attribute;
array $child;
/* 메소드 */
}프로퍼티
Table of Contents
|