当前位置: 代码迷 >> PHP >> php $this->currentindex < $this->count;解决办法
  详细解决方案

php $this->currentindex < $this->count;解决办法

热度:85   发布时间:2016-04-28 19:43:42.0
php $this->currentindex < $this->count;
php $this->currentindex < $this->count;

<是什么意思? 是不是 右边的值赋给左边?还是怎样?
------解决方案--------------------
<  小于号...
------解决方案--------------------
current 当前
index 索引
count 计数量

$this->currentindex < $this->count
当前位置小于总数(没有到达结尾)
  相关解决方案