简体   繁体   English

$worksheet->fromArray( $criteria, NULL, 'A1' ) 中的“NULL”代表什么?

[英]What does "NULL" represent in $worksheet->fromArray( $criteria, NULL, 'A1' )?

Can anyone please explain what "NULL" represents and why it mentions NULL and what other values or types we can mention instead of null in the following line of code谁能解释一下“NULL”代表什么以及它为什么提到 NULL 以及我们可以在以下代码行中提到哪些其他值或类型而不是 null

$worksheet->fromArray( $criteria, NULL, 'A1' );

Please help me to understand this line.请帮助我理解这条线。

Here is the documentation: https://phpoffice.github.io/PhpSpreadsheet/classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html#method_fromArray这是文档: https ://phpoffice.github.io/PhpSpreadsheet/classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html#method_fromArray

$nullValue : mixed = null $nullValue : 混合 = null
Value in source array that stands for blank cell源数组中代表空白单元格的值

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM