芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentform/app/Services/Spout/Reader/XLSX/ReaderOptions.php
tempFolder; } /** * @param string|null $tempFolder Temporary folder where the temporary files will be created * @return ReaderOptions */ public function setTempFolder($tempFolder) { $this->tempFolder = $tempFolder; return $this; } }