标签:style sp strong on bs html size new htm
$cateHtml = new Zend_Dom_Query($cateCon);//实例Zend_Dom_Query类
$cateBlock=$cateHtml->query(‘#nav_body .specialLi .specialNav a‘);//返回Zend_Dom_Query_Result类
Zend_Dom_Query_Result方法说明
$cateBlock->rewind()->nodeValue;//重置指针,返回第一个DOM
$cateBlock->current()->nodeValue;//获取当前指针指向的DOM
$cateBlock->next()->nodeValue;//获取当前指针指向的DOM,指针后移
$cateBlock->key();//返回指针的位置
$cateBlock->valid();//验证指针位置没跑偏了
$cateBlock->count();//返回获取DOM数量
PHP_Zend_Dom_Query_QUERY采集类库_资料
标签:style sp strong on bs html size new htm
原文地址:http://my.oschina.net/miaowang/blog/348377