LimeSurvey API - Master branch

backupdb_helper.php

Table of Contents

Functions

outputDatabase()  : mixed
Outputs a full dump of the current LimeSurvey database
_outputDBDescription()  : mixed
_outputDBData()  : mixed
_outputTableDescription()  : mixed
Outputs the table structure in sql format
_outputTableData()  : mixed
Outputs the table data in sql format
_outputRecords()  : mixed
_countNumberOfEntries()  : mixed
_getMaxNbRecords()  : mixed
_getDbName()  : mixed
Get the database name

Functions

outputDatabase()

Outputs a full dump of the current LimeSurvey database

outputDatabase([string $sDbName = '' ][, mixed $bEchoOutput = true ][, mixed $sFileName = null ]) : mixed
Parameters
$sDbName : string = ''

Database Name

$bEchoOutput : mixed = true
$sFileName : mixed = null

_outputDBDescription()

_outputDBDescription(mixed $sDbName, mixed $bAllowExportAllDb) : mixed
Parameters
$sDbName : mixed
$bAllowExportAllDb : mixed

_outputDBData()

_outputDBData(mixed $bAllowExportAllDb, mixed $bEchoOutput, mixed $sFileName, mixed $oFile) : mixed
Parameters
$bAllowExportAllDb : mixed
$bEchoOutput : mixed
$sFileName : mixed
$oFile : mixed

_outputTableDescription()

Outputs the table structure in sql format

_outputTableDescription(mixed $sTableName) : mixed
Parameters
$sTableName : mixed

_outputTableData()

Outputs the table data in sql format

_outputTableData(mixed $sTableName, mixed $oTableData, mixed $bEchoOutput, mixed $sFileName, mixed $oFile) : mixed
Parameters
$sTableName : mixed
$oTableData : mixed
$bEchoOutput : mixed
$sFileName : mixed
$oFile : mixed

_outputRecords()

_outputRecords(mixed $sTableName, mixed $aFieldNames, mixed $aRecords) : mixed
Parameters
$sTableName : mixed
$aFieldNames : mixed
$aRecords : mixed

_countNumberOfEntries()

_countNumberOfEntries(mixed $sTableName) : mixed
Parameters
$sTableName : mixed

        
On this page

Search results