Home >Backend Development >PHP Tutorial >$dataset 是变量吗?

$dataset 是变量吗?

WBOY
WBOYOriginal
2016-06-23 13:42:181073browse

  $dataset[] = $sheet->getCell($column.$row)->getValue();
 $dataset[]是什么类型变量?如何清空其赋值?
谢谢!


回复讨论(解决方案)

数组变量。 $dataset=array();

谢谢!
我知道了,用unset($dataset) 清空变量。

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