Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
JSON data format writer
Copyright: | 2016 Brendan Heywood (brendan@catalyst-au.net) |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 103 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
writer:: (5 methods):
start_output()
start_sheet()
write_record()
close_sheet()
close_output()
start_output() X-Ref |
Write the start of the file. |
start_sheet($columns) X-Ref |
Write the start of the sheet we will be adding data to. param: array $columns |
write_record($record, $rownum) X-Ref |
Write a single record param: array $record param: int $rownum |
close_sheet($columns) X-Ref |
Write the end of the sheet containing the data. param: array $columns |
close_output() X-Ref |
Write the end of the file. |