Documentation

functions.php

Base functions

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

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
since
3.6
Return values
bool

fpcmLogSql()

Datenbanklog schreiben

fpcmLogSql(mixed $data) : bool
Parameters
$data : mixed
Tags
since
3.6
Return values
bool

fpcmLogPackages()

Paketmanagerlog schreiben

fpcmLogPackages(string $packageName, mixed $data) : bool
Parameters
$packageName : string
$data : mixed
Tags
since
3.6
Return values
bool

fpcmLogCron()

Cronlog schreiben

fpcmLogCron(mixed $data) : bool
Parameters
$data : mixed
Tags
since
3.6
Return values
bool

fpcmLogEvents()

Event-Log

fpcmLogEvents(mixed $data) : bool
Parameters
$data : mixed
Tags
since
4
Return values
bool

fpcmDebugOutput()

Debug-Ausgabe am Ende der Seite

fpcmDebugOutput() : mixed
Return values
mixed

fpcmDump()

FanPress CM Dump Funktion

fpcmDump() : mixed
Return values
mixed

Search results