Home  >  Article  >  Backend Development  >  $dataset[] 是变量吗?该如何解决

$dataset[] 是变量吗?该如何解决

WBOY
WBOYOriginal
2016-06-13 12:12:45807browse

$dataset[] 是变量吗?
  $dataset[] = $sheet->getCell($column.$row)->getValue();
 $dataset[]是什么类型变量?如何清空其赋值?
谢谢!
------解决思路----------------------
数组变量。 $dataset=array();

Statement:
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