[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/db/extractor/ -> extractor_interface.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 80 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

extractor_interface:: (6 methods):
  init_extractor()
  write_start()
  write_end()
  write_table()
  write_data()
  flush()


Interface: extractor_interface  - X-Ref

Database extractor interface

init_extractor($format, $filename, $time, $download = false, $store = false)   X-Ref
Start the extraction of the database

This function initialize the database extraction. It is required to call this
function before calling any other extractor functions.

param: string    $format
param: string    $filename
param: int    $time
param: bool    $download
param: bool    $store
return: null

write_start($table_prefix)   X-Ref
Writes header comments to the database backup

param: string    $table_prefix    prefix of phpBB database tables
return: null

write_end()   X-Ref
Closes file and/or dumps download data

return: null

write_table($table_name)   X-Ref
Extracts database table structure

param: string    $table_name    name of the database table
return: null

write_data($table_name)   X-Ref
Extracts data from database table

param: string    $table_name    name of the database table
return: null

flush($data)   X-Ref
Writes data to file/download content

param: string    $data
return: null



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1