Home > Backend Development > PHP Tutorial > 请问 $this->root->[HDOM_INFO_END] 是什么意思

请问 $this->root->[HDOM_INFO_END] 是什么意思

WBOY
Release: 2016-06-13 13:11:12
Original
999 people have browsed it

请教 $this->root->_[HDOM_INFO_END] 是什么意思
在 学习 simple_html_dom 源码的时候。
发现里面的语法有这样的 $this->root->_[HDOM_INFO_END] = $this->cursor; 

新人求高人指教,这个什么意思。。。谢谢。

------解决方案--------------------
$this->root 是一个 simple_html_dom_node 对象(在 917 行处实例化的)
$this->root->_ 是 simple_html_dom_node 的一个属性(在 115 行处定义的)

整句就是赋值.
具体负的什么值,作用是什么?要由上下文来决定
断章取义的不行的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template