mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Update XlsWriter signatures
This commit is contained in:
parent
9d9dba156c
commit
e1727ffe22
@ -15253,25 +15253,103 @@ return [
|
||||
'vpopmail_set_user_quota' => ['bool', 'user'=>'string', 'domain'=>'string', 'quota'=>'string'],
|
||||
'vprintf' => ['int', 'format'=>'string', 'values'=>'array'],
|
||||
'vsprintf' => ['string', 'format'=>'string', 'values'=>'array'],
|
||||
'Vtiful\Kernel\Chart::__construct' => ['void', 'handle'=>'resource', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Chart::axisNameX' => ['Vtiful\Kernel\Chart', 'name'=>'string'],
|
||||
'Vtiful\Kernel\Chart::axisNameY' => ['Vtiful\Kernel\Chart', 'name'=>'string'],
|
||||
'Vtiful\Kernel\Chart::legendSetPosition' => ['Vtiful\Kernel\Chart', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Chart::series' => ['Vtiful\Kernel\Chart', 'value'=>'string', 'categories='=>'string'],
|
||||
'Vtiful\Kernel\Chart::seriesName' => ['Vtiful\Kernel\Chart', 'value'=>'string'],
|
||||
'Vtiful\Kernel\Chart::style' => ['Vtiful\Kernel\Chart', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Chart::title' => ['Vtiful\Kernel\Chart', 'title'=>'string'],
|
||||
'Vtiful\Kernel\Chart::toResource' => ['resource'],
|
||||
'Vtiful\Kernel\Excel::__construct' => ['void', 'config'=>'array'],
|
||||
'Vtiful\Kernel\Excel::addSheet' => ['', 'sheetName'=>'string'],
|
||||
'Vtiful\Kernel\Excel::autoFilter' => ['', 'scope'=>'string'],
|
||||
'Vtiful\Kernel\Excel::constMemory' => ['', 'fileName'=>'string', 'sheetName='=>'string'],
|
||||
'Vtiful\Kernel\Excel::data' => ['', 'data'=>'array'],
|
||||
'Vtiful\Kernel\Excel::fileName' => ['', 'fileName'=>'string', 'sheetName='=>'string'],
|
||||
'Vtiful\Kernel\Excel::getHandle' => [''],
|
||||
'Vtiful\Kernel\Excel::header' => ['', 'headerData'=>'array'],
|
||||
'Vtiful\Kernel\Excel::insertFormula' => ['', 'row'=>'int', 'column'=>'int', 'formula'=>'string'],
|
||||
'Vtiful\Kernel\Excel::insertImage' => ['', 'row'=>'int', 'column'=>'int', 'localImagePath'=>'string'],
|
||||
'Vtiful\Kernel\Excel::insertText' => ['', 'row'=>'int', 'column'=>'int', 'data'=>'string', 'format='=>'string'],
|
||||
'Vtiful\Kernel\Excel::mergeCells' => ['', 'scope'=>'string', 'data'=>'string'],
|
||||
'Vtiful\Kernel\Excel::output' => [''],
|
||||
'Vtiful\Kernel\Excel::setColumn' => ['', 'range'=>'string', 'width'=>'float', 'format='=>'resource'],
|
||||
'Vtiful\Kernel\Excel::setRow' => ['', 'range'=>'string', 'height'=>'float', 'format='=>'resource'],
|
||||
'Vtiful\Kernel\Format::align' => ['', 'handle'=>'resource', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Format::bold' => ['', 'handle'=>'resource'],
|
||||
'Vtiful\Kernel\Format::italic' => ['', 'handle'=>'resource'],
|
||||
'Vtiful\Kernel\Format::underline' => ['', 'handle'=>'resource', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Excel::activateSheet' => ['bool', 'sheet_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::addSheet' => ['Vtiful\Kernel\Excel', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::autoFilter' => ['Vtiful\Kernel\Excel', 'range'=>'string'],
|
||||
'Vtiful\Kernel\Excel::checkoutSheet' => ['Vtiful\Kernel\Excel', 'sheet_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::close' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::columnIndexFromString' => ['int', 'index'=>'string'],
|
||||
'Vtiful\Kernel\Excel::constMemory' => ['Vtiful\Kernel\Excel', 'file_name'=>'string', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::data' => ['Vtiful\Kernel\Excel', 'data'=>'array'],
|
||||
'Vtiful\Kernel\Excel::defaultFormat' => ['Vtiful\Kernel\Excel', 'format_handle'=>'resource'],
|
||||
'Vtiful\Kernel\Excel::existSheet' => ['bool', 'sheet_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::fileName' => ['Vtiful\Kernel\Excel', 'file_name'=>'string', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::freezePanes' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int'],
|
||||
'Vtiful\Kernel\Excel::getHandle' => ['resource'],
|
||||
'Vtiful\Kernel\Excel::getSheetData' => ['array|false'],
|
||||
'Vtiful\Kernel\Excel::gridline' => ['Vtiful\Kernel\Excel', 'option='=>'int'],
|
||||
'Vtiful\Kernel\Excel::header' => ['Vtiful\Kernel\Excel', 'header'=>'array', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertChart' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'chart_resource'=>'resource'],
|
||||
'Vtiful\Kernel\Excel::insertComment' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'comment'=>'string'],
|
||||
'Vtiful\Kernel\Excel::insertDate' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'timestamp'=>'int', 'format='=>'?string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertFormula' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'formula'=>'string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertImage' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'image'=>'string', 'width='=>'?float', 'height='=>'?float'],
|
||||
'Vtiful\Kernel\Excel::insertText' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'data'=>'int|string|double', 'format='=>'?string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertUrl' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'url'=>'string', 'text='=>'?string', 'tool_tip='=>'?string', 'format='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::mergeCells' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'data'=>'string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::nextCellCallback' => ['void', 'fci'=>'callable(int,int,mixed)', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::nextRow' => ['array|false', 'zv_type_t='=>'?array'],
|
||||
'Vtiful\Kernel\Excel::openFile' => ['Vtiful\Kernel\Excel', 'zs_file_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::openSheet' => ['Vtiful\Kernel\Excel', 'zs_sheet_name='=>'?string', 'zl_flag='=>'?int'],
|
||||
'Vtiful\Kernel\Excel::output' => ['string'],
|
||||
'Vtiful\Kernel\Excel::protection' => ['Vtiful\Kernel\Excel', 'password='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::putCSV' => ['bool', 'fp'=>'resource', 'delimiter_str='=>'?string', 'enclosure_str='=>'?string', 'escape_str='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::putCSVCallback' => ['bool', 'callback'=>'callable(array):array', 'fp'=>'resource', 'delimiter_str='=>'?string', 'enclosure_str='=>'?string', 'escape_str='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::setColumn' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'width'=>'float', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::setCurrentSheetHide' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setCurrentSheetIsFirst' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setGlobalType' => ['Vtiful\Kernel\Excel', 'zv_type_t'=>'int'],
|
||||
'Vtiful\Kernel\Excel::setLandscape' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setMargins' => ['Vtiful\Kernel\Excel', 'left='=>'?float', 'right='=>'?float', 'top='=>'?float', 'bottom='=>'?float'],
|
||||
'Vtiful\Kernel\Excel::setPaper' => ['Vtiful\Kernel\Excel', 'paper'=>'int'],
|
||||
'Vtiful\Kernel\Excel::setPortrait' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setRow' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'height'=>'float', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::setSkipRows' => ['Vtiful\Kernel\Excel', 'zv_skip_t'=>'int'],
|
||||
'Vtiful\Kernel\Excel::setType' => ['Vtiful\Kernel\Excel', 'zv_type_t'=>'array'],
|
||||
'Vtiful\Kernel\Excel::sheetList' => ['array'],
|
||||
'Vtiful\Kernel\Excel::showComment' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::stringFromColumnIndex' => ['string', 'index'=>'int'],
|
||||
'Vtiful\Kernel\Excel::timestampFromDateDouble' => ['int', 'index'=>'?float'],
|
||||
'Vtiful\Kernel\Excel::validation' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'validation_resource'=>'resource'],
|
||||
'Vtiful\Kernel\Excel::zoom' => ['Vtiful\Kernel\Excel', 'scale'=>'int'],
|
||||
'Vtiful\Kernel\Format::__construct' => ['void', 'handle'=>'resource'],
|
||||
'Vtiful\Kernel\Format::align' => ['Vtiful\Kernel\Format', '...style'=>'int'],
|
||||
'Vtiful\Kernel\Format::background' => ['Vtiful\Kernel\Format', 'color'=>'int', 'pattern='=>'int'],
|
||||
'Vtiful\Kernel\Format::bold' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::border' => ['Vtiful\Kernel\Format', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Format::font' => ['Vtiful\Kernel\Format', 'font'=>'string'],
|
||||
'Vtiful\Kernel\Format::fontColor' => ['Vtiful\Kernel\Format', 'color'=>'int'],
|
||||
'Vtiful\Kernel\Format::fontSize' => ['Vtiful\Kernel\Format', 'size'=>'float'],
|
||||
'Vtiful\Kernel\Format::italic' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::number' => ['Vtiful\Kernel\Format', 'format'=>'string'],
|
||||
'Vtiful\Kernel\Format::strikeout' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::toResource' => ['resource'],
|
||||
'Vtiful\Kernel\Format::underline' => ['Vtiful\Kernel\Format', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Format::unlocked' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::wrap' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Validation::__construct' => ['void'],
|
||||
'Vtiful\Kernel\Validation::criteriaType' => ['?Vtiful\Kernel\Validation', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Validation::dropdown' => ['?Vtiful\Kernel\Validation', 'dropdown='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::errorMessage' => ['?Vtiful\Kernel\Validation', 'error_message'=>'string'],
|
||||
'Vtiful\Kernel\Validation::errorTitle' => ['?Vtiful\Kernel\Validation', 'error_titile'=>'string'],
|
||||
'Vtiful\Kernel\Validation::errorType' => ['?Vtiful\Kernel\Validation', 'error_type'=>'int'],
|
||||
'Vtiful\Kernel\Validation::ignoreBlank' => ['?Vtiful\Kernel\Validation', 'ignore_blank='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::inputMessage' => ['?Vtiful\Kernel\Validation', 'input_message'=>'string'],
|
||||
'Vtiful\Kernel\Validation::inputTitle' => ['?Vtiful\Kernel\Validation', 'input_title'=>'string'],
|
||||
'Vtiful\Kernel\Validation::maximumDatetime' => ['void', 'maximum_datetime'=>'int'],
|
||||
'Vtiful\Kernel\Validation::maximumFormula' => ['?Vtiful\Kernel\Validation', 'maximum_formula'=>'string'],
|
||||
'Vtiful\Kernel\Validation::maximumNumber' => ['?Vtiful\Kernel\Validation', 'maximum_number'=>'float'],
|
||||
'Vtiful\Kernel\Validation::minimumDatetime' => ['?Vtiful\Kernel\Validation', 'timestamp'=>'int'],
|
||||
'Vtiful\Kernel\Validation::minimumFormula' => ['?Vtiful\Kernel\Validation', 'minimum_formula'=>'string'],
|
||||
'Vtiful\Kernel\Validation::minimumNumber' => ['?Vtiful\Kernel\Validation', 'minimum_number'=>'float'],
|
||||
'Vtiful\Kernel\Validation::showError' => ['?Vtiful\Kernel\Validation', 'show_error='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::showInput' => ['?Vtiful\Kernel\Validation', 'show_input='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::toResource' => ['resource'],
|
||||
'Vtiful\Kernel\Validation::validationType' => ['?Vtiful\Kernel\Validation', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Validation::valueDatetime' => ['void', 'timestamp'=>'int'],
|
||||
'Vtiful\Kernel\Validation::valueFormula' => ['?Vtiful\Kernel\Validation', 'value_formula'=>'string'],
|
||||
'Vtiful\Kernel\Validation::valueList' => ['?Vtiful\Kernel\Validation', 'value_list'=>'array'],
|
||||
'Vtiful\Kernel\Validation::valueNumber' => ['?Vtiful\Kernel\Validation', 'value_number'=>'int'],
|
||||
'w32api_deftype' => ['bool', 'typename'=>'string', 'member1_type'=>'string', 'member1_name'=>'string', '...args='=>'string'],
|
||||
'w32api_init_dtype' => ['resource', 'typename'=>'string', 'value'=>'', '...args='=>''],
|
||||
'w32api_invoke_function' => ['', 'funcname'=>'string', 'argument'=>'', '...args='=>''],
|
||||
@ -15496,6 +15574,8 @@ return [
|
||||
'xhprof_enable' => ['void', 'flags='=>'int', 'options='=>'array'],
|
||||
'xhprof_sample_disable' => ['array'],
|
||||
'xhprof_sample_enable' => ['void'],
|
||||
'xlswriter_get_author' => ['string'],
|
||||
'xlswriter_get_version' => ['string'],
|
||||
'xml_error_string' => ['string', 'error_code'=>'int'],
|
||||
'xml_get_current_byte_index' => ['int|false', 'parser'=>'XMLParser'],
|
||||
'xml_get_current_column_number' => ['int|false', 'parser'=>'XMLParser'],
|
||||
|
@ -8258,25 +8258,103 @@ return [
|
||||
'VarnishLog::getTagName' => ['string', 'index'=>'int'],
|
||||
'VarnishStat::__construct' => ['void', 'args='=>'array'],
|
||||
'VarnishStat::getSnapshot' => ['array'],
|
||||
'Vtiful\Kernel\Chart::__construct' => ['void', 'handle'=>'resource', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Chart::axisNameX' => ['Vtiful\Kernel\Chart', 'name'=>'string'],
|
||||
'Vtiful\Kernel\Chart::axisNameY' => ['Vtiful\Kernel\Chart', 'name'=>'string'],
|
||||
'Vtiful\Kernel\Chart::legendSetPosition' => ['Vtiful\Kernel\Chart', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Chart::series' => ['Vtiful\Kernel\Chart', 'value'=>'string', 'categories='=>'string'],
|
||||
'Vtiful\Kernel\Chart::seriesName' => ['Vtiful\Kernel\Chart', 'value'=>'string'],
|
||||
'Vtiful\Kernel\Chart::style' => ['Vtiful\Kernel\Chart', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Chart::title' => ['Vtiful\Kernel\Chart', 'title'=>'string'],
|
||||
'Vtiful\Kernel\Chart::toResource' => ['resource'],
|
||||
'Vtiful\Kernel\Excel::__construct' => ['void', 'config'=>'array'],
|
||||
'Vtiful\Kernel\Excel::addSheet' => ['', 'sheetName'=>'string'],
|
||||
'Vtiful\Kernel\Excel::autoFilter' => ['', 'scope'=>'string'],
|
||||
'Vtiful\Kernel\Excel::constMemory' => ['', 'fileName'=>'string', 'sheetName='=>'string'],
|
||||
'Vtiful\Kernel\Excel::data' => ['', 'data'=>'array'],
|
||||
'Vtiful\Kernel\Excel::fileName' => ['', 'fileName'=>'string', 'sheetName='=>'string'],
|
||||
'Vtiful\Kernel\Excel::getHandle' => [''],
|
||||
'Vtiful\Kernel\Excel::header' => ['', 'headerData'=>'array'],
|
||||
'Vtiful\Kernel\Excel::insertFormula' => ['', 'row'=>'int', 'column'=>'int', 'formula'=>'string'],
|
||||
'Vtiful\Kernel\Excel::insertImage' => ['', 'row'=>'int', 'column'=>'int', 'localImagePath'=>'string'],
|
||||
'Vtiful\Kernel\Excel::insertText' => ['', 'row'=>'int', 'column'=>'int', 'data'=>'string', 'format='=>'string'],
|
||||
'Vtiful\Kernel\Excel::mergeCells' => ['', 'scope'=>'string', 'data'=>'string'],
|
||||
'Vtiful\Kernel\Excel::output' => [''],
|
||||
'Vtiful\Kernel\Excel::setColumn' => ['', 'range'=>'string', 'width'=>'float', 'format='=>'resource'],
|
||||
'Vtiful\Kernel\Excel::setRow' => ['', 'range'=>'string', 'height'=>'float', 'format='=>'resource'],
|
||||
'Vtiful\Kernel\Format::align' => ['', 'handle'=>'resource', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Format::bold' => ['', 'handle'=>'resource'],
|
||||
'Vtiful\Kernel\Format::italic' => ['', 'handle'=>'resource'],
|
||||
'Vtiful\Kernel\Format::underline' => ['', 'handle'=>'resource', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Excel::activateSheet' => ['bool', 'sheet_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::addSheet' => ['Vtiful\Kernel\Excel', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::autoFilter' => ['Vtiful\Kernel\Excel', 'range'=>'string'],
|
||||
'Vtiful\Kernel\Excel::checkoutSheet' => ['Vtiful\Kernel\Excel', 'sheet_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::close' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::columnIndexFromString' => ['int', 'index'=>'string'],
|
||||
'Vtiful\Kernel\Excel::constMemory' => ['Vtiful\Kernel\Excel', 'file_name'=>'string', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::data' => ['Vtiful\Kernel\Excel', 'data'=>'array'],
|
||||
'Vtiful\Kernel\Excel::defaultFormat' => ['Vtiful\Kernel\Excel', 'format_handle'=>'resource'],
|
||||
'Vtiful\Kernel\Excel::existSheet' => ['bool', 'sheet_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::fileName' => ['Vtiful\Kernel\Excel', 'file_name'=>'string', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::freezePanes' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int'],
|
||||
'Vtiful\Kernel\Excel::getHandle' => ['resource'],
|
||||
'Vtiful\Kernel\Excel::getSheetData' => ['array|false'],
|
||||
'Vtiful\Kernel\Excel::gridline' => ['Vtiful\Kernel\Excel', 'option='=>'int'],
|
||||
'Vtiful\Kernel\Excel::header' => ['Vtiful\Kernel\Excel', 'header'=>'array', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertChart' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'chart_resource'=>'resource'],
|
||||
'Vtiful\Kernel\Excel::insertComment' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'comment'=>'string'],
|
||||
'Vtiful\Kernel\Excel::insertDate' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'timestamp'=>'int', 'format='=>'?string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertFormula' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'formula'=>'string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertImage' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'image'=>'string', 'width='=>'?float', 'height='=>'?float'],
|
||||
'Vtiful\Kernel\Excel::insertText' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'data'=>'int|string|double', 'format='=>'?string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::insertUrl' => ['Vtiful\Kernel\Excel', 'row'=>'int', 'column'=>'int', 'url'=>'string', 'text='=>'?string', 'tool_tip='=>'?string', 'format='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::mergeCells' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'data'=>'string', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::nextCellCallback' => ['void', 'fci'=>'callable(int,int,mixed)', 'sheet_name='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::nextRow' => ['array|false', 'zv_type_t='=>'?array'],
|
||||
'Vtiful\Kernel\Excel::openFile' => ['Vtiful\Kernel\Excel', 'zs_file_name'=>'string'],
|
||||
'Vtiful\Kernel\Excel::openSheet' => ['Vtiful\Kernel\Excel', 'zs_sheet_name='=>'?string', 'zl_flag='=>'?int'],
|
||||
'Vtiful\Kernel\Excel::output' => ['string'],
|
||||
'Vtiful\Kernel\Excel::protection' => ['Vtiful\Kernel\Excel', 'password='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::putCSV' => ['bool', 'fp'=>'resource', 'delimiter_str='=>'?string', 'enclosure_str='=>'?string', 'escape_str='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::putCSVCallback' => ['bool', 'callback'=>'callable(array):array', 'fp'=>'resource', 'delimiter_str='=>'?string', 'enclosure_str='=>'?string', 'escape_str='=>'?string'],
|
||||
'Vtiful\Kernel\Excel::setColumn' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'width'=>'float', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::setCurrentSheetHide' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setCurrentSheetIsFirst' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setGlobalType' => ['Vtiful\Kernel\Excel', 'zv_type_t'=>'int'],
|
||||
'Vtiful\Kernel\Excel::setLandscape' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setMargins' => ['Vtiful\Kernel\Excel', 'left='=>'?float', 'right='=>'?float', 'top='=>'?float', 'bottom='=>'?float'],
|
||||
'Vtiful\Kernel\Excel::setPaper' => ['Vtiful\Kernel\Excel', 'paper'=>'int'],
|
||||
'Vtiful\Kernel\Excel::setPortrait' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::setRow' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'height'=>'float', 'format_handle='=>'?resource'],
|
||||
'Vtiful\Kernel\Excel::setSkipRows' => ['Vtiful\Kernel\Excel', 'zv_skip_t'=>'int'],
|
||||
'Vtiful\Kernel\Excel::setType' => ['Vtiful\Kernel\Excel', 'zv_type_t'=>'array'],
|
||||
'Vtiful\Kernel\Excel::sheetList' => ['array'],
|
||||
'Vtiful\Kernel\Excel::showComment' => ['Vtiful\Kernel\Excel'],
|
||||
'Vtiful\Kernel\Excel::stringFromColumnIndex' => ['string', 'index'=>'int'],
|
||||
'Vtiful\Kernel\Excel::timestampFromDateDouble' => ['int', 'index'=>'?float'],
|
||||
'Vtiful\Kernel\Excel::validation' => ['Vtiful\Kernel\Excel', 'range'=>'string', 'validation_resource'=>'resource'],
|
||||
'Vtiful\Kernel\Excel::zoom' => ['Vtiful\Kernel\Excel', 'scale'=>'int'],
|
||||
'Vtiful\Kernel\Format::__construct' => ['void', 'handle'=>'resource'],
|
||||
'Vtiful\Kernel\Format::align' => ['Vtiful\Kernel\Format', '...style'=>'int'],
|
||||
'Vtiful\Kernel\Format::background' => ['Vtiful\Kernel\Format', 'color'=>'int', 'pattern='=>'int'],
|
||||
'Vtiful\Kernel\Format::bold' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::border' => ['Vtiful\Kernel\Format', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Format::font' => ['Vtiful\Kernel\Format', 'font'=>'string'],
|
||||
'Vtiful\Kernel\Format::fontColor' => ['Vtiful\Kernel\Format', 'color'=>'int'],
|
||||
'Vtiful\Kernel\Format::fontSize' => ['Vtiful\Kernel\Format', 'size'=>'float'],
|
||||
'Vtiful\Kernel\Format::italic' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::number' => ['Vtiful\Kernel\Format', 'format'=>'string'],
|
||||
'Vtiful\Kernel\Format::strikeout' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::toResource' => ['resource'],
|
||||
'Vtiful\Kernel\Format::underline' => ['Vtiful\Kernel\Format', 'style'=>'int'],
|
||||
'Vtiful\Kernel\Format::unlocked' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Format::wrap' => ['Vtiful\Kernel\Format'],
|
||||
'Vtiful\Kernel\Validation::__construct' => ['void'],
|
||||
'Vtiful\Kernel\Validation::criteriaType' => ['?Vtiful\Kernel\Validation', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Validation::dropdown' => ['?Vtiful\Kernel\Validation', 'dropdown='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::errorMessage' => ['?Vtiful\Kernel\Validation', 'error_message'=>'string'],
|
||||
'Vtiful\Kernel\Validation::errorTitle' => ['?Vtiful\Kernel\Validation', 'error_titile'=>'string'],
|
||||
'Vtiful\Kernel\Validation::errorType' => ['?Vtiful\Kernel\Validation', 'error_type'=>'int'],
|
||||
'Vtiful\Kernel\Validation::ignoreBlank' => ['?Vtiful\Kernel\Validation', 'ignore_blank='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::inputMessage' => ['?Vtiful\Kernel\Validation', 'input_message'=>'string'],
|
||||
'Vtiful\Kernel\Validation::inputTitle' => ['?Vtiful\Kernel\Validation', 'input_title'=>'string'],
|
||||
'Vtiful\Kernel\Validation::maximumDatetime' => ['void', 'maximum_datetime'=>'int'],
|
||||
'Vtiful\Kernel\Validation::maximumFormula' => ['?Vtiful\Kernel\Validation', 'maximum_formula'=>'string'],
|
||||
'Vtiful\Kernel\Validation::maximumNumber' => ['?Vtiful\Kernel\Validation', 'maximum_number'=>'float'],
|
||||
'Vtiful\Kernel\Validation::minimumDatetime' => ['?Vtiful\Kernel\Validation', 'timestamp'=>'int'],
|
||||
'Vtiful\Kernel\Validation::minimumFormula' => ['?Vtiful\Kernel\Validation', 'minimum_formula'=>'string'],
|
||||
'Vtiful\Kernel\Validation::minimumNumber' => ['?Vtiful\Kernel\Validation', 'minimum_number'=>'float'],
|
||||
'Vtiful\Kernel\Validation::showError' => ['?Vtiful\Kernel\Validation', 'show_error='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::showInput' => ['?Vtiful\Kernel\Validation', 'show_input='=>'bool'],
|
||||
'Vtiful\Kernel\Validation::toResource' => ['resource'],
|
||||
'Vtiful\Kernel\Validation::validationType' => ['?Vtiful\Kernel\Validation', 'type'=>'int'],
|
||||
'Vtiful\Kernel\Validation::valueDatetime' => ['void', 'timestamp'=>'int'],
|
||||
'Vtiful\Kernel\Validation::valueFormula' => ['?Vtiful\Kernel\Validation', 'value_formula'=>'string'],
|
||||
'Vtiful\Kernel\Validation::valueList' => ['?Vtiful\Kernel\Validation', 'value_list'=>'array'],
|
||||
'Vtiful\Kernel\Validation::valueNumber' => ['?Vtiful\Kernel\Validation', 'value_number'=>'int'],
|
||||
'WeakMap::__construct' => ['void'],
|
||||
'WeakMap::count' => ['int'],
|
||||
'WeakMap::current' => ['mixed'],
|
||||
@ -16335,6 +16413,8 @@ return [
|
||||
'xhprof_enable' => ['void', 'flags='=>'int', 'options='=>'array'],
|
||||
'xhprof_sample_disable' => ['array'],
|
||||
'xhprof_sample_enable' => ['void'],
|
||||
'xlswriter_get_author' => ['string'],
|
||||
'xlswriter_get_version' => ['string'],
|
||||
'xml_error_string' => ['string', 'error_code'=>'int'],
|
||||
'xml_get_current_byte_index' => ['int|false', 'parser'=>'resource'],
|
||||
'xml_get_current_column_number' => ['int|false', 'parser'=>'resource'],
|
||||
|
Loading…
Reference in New Issue
Block a user