Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FluentDOM
Query
Attributes
offsetSet
FluentDOM\Query\Attributes::offsetSet PHP 메소드
Attributes 1 문서
파일 보기
프로젝트 열기: fluentdom/fluentdom
offsetSet()
공개
메소드
Set the attribute on all selected element nodes
또한 보기:
ArrayAccess::offsetSet()
또한 보기:
FluentDOM::attr()
public
offsetSet
(
string
$name
,
string
$value
)
$name
string
$value
string
public function offsetSet($name, $value) { $this->_fd->attr($name, $value); }
Attributes
__construct
count
getFirstElement
getIterator
offsetExists
offsetGet
offsetSet
offsetUnset
toArray