functions.php
Base functions
Tags
Table of Contents
- fpcmLogSystem() : bool
- Systemlog schreiben
- fpcmLogSql() : bool
- Datenbanklog schreiben
- fpcmLogPackages() : bool
- Paketmanagerlog schreiben
- fpcmLogCron() : bool
- Cronlog schreiben
- fpcmLogEvents() : bool
- Event-Log
- fpcmDebugOutput() : mixed
- Debug-Ausgabe am Ende der Seite
- fpcmDump() : mixed
- FanPress CM Dump Funktion
Functions
fpcmLogSystem()
Systemlog schreiben
fpcmLogSystem(mixed $data) : bool
Parameters
- $data : mixed
Tags
Return values
bool —fpcmLogSql()
Datenbanklog schreiben
fpcmLogSql(mixed $data) : bool
Parameters
- $data : mixed
Tags
Return values
bool —fpcmLogPackages()
Paketmanagerlog schreiben
fpcmLogPackages(string $packageName, mixed $data) : bool
Parameters
- $packageName : string
- $data : mixed
Tags
Return values
bool —fpcmLogCron()
Cronlog schreiben
fpcmLogCron(mixed $data) : bool
Parameters
- $data : mixed
Tags
Return values
bool —fpcmLogEvents()
Event-Log
fpcmLogEvents(mixed $data) : bool
Parameters
- $data : mixed
Tags
Return values
bool —fpcmDebugOutput()
Debug-Ausgabe am Ende der Seite
fpcmDebugOutput() : mixed
Return values
mixed —fpcmDump()
FanPress CM Dump Funktion
fpcmDump() : mixed