Class ClamAv
Inherited Variables
Inherited from Daemon
Daemon::$initscript
Daemon::$package
Daemon::$processname
Daemon::$reloadable
Daemon::$title
Inherited from Software
Software::$copyright
Software::$description
Software::$installsize
Software::$installtime
Software::$packager
Software::$pkgname
Software::$release
Software::$summary
Software::$version
Inherited from Engine
Engine::$errors
ClamAV constructor.
- Daemon::__construct()
- Daemon constructor.
Returns archive encryption policy.
Returns maximum number of files to be scanned in an archive.
Returns maximum file size inside archive to be scanned (in megabytes).
Returns maximum recursion in archive.
For example, if a zip file contains another zip file, files within the second zip will also be scanned. This result from this method specifies the number of iterations.
Returns archive encryption policy.
If this parameter is set, encrypted archives will be marked as viruses.
- boolean $policy: archive encryption policy
Sets maximum number of files to be scanned in an archive.
- int $max: maximum number of files to be scanned in an archive
Sets maximum file size inside archive to be scanned.
- int $max: maximum file size inside archive to be scanned
Sets maximum recursion in archive.
- int $max: maximum recursion in archive
Loads configuration files.
Sets a boolean parameter in the config file.
- string $key: name of the key in the config file
- boolean $policy: value for the key
Sets a parameter in the config file.
- string $key: name of the key in the config file
- string $value: value for the key
Inherited Methods
Inherited From Daemon
Daemon::__construct()
Daemon::GetBootState()
Daemon::GetProcessName()
Daemon::GetRunningState()
Daemon::GetTitle()
Daemon::Reset()
Daemon::Restart()
Daemon::SetBootState()
Daemon::SetRunningState()
Daemon::__destruct()
Inherited From Software
Software::__construct()
Software::GetCopyright()
Software::GetDescription()
Software::GetInstallSize()
Software::GetInstallTime()
Software::GetPackageName()
Software::GetPackager()
Software::GetRelease()
Software::GetRpmInfo()
Software::GetSummary()
Software::GetVersion()
Software::IsInstalled()
Software::__destruct()
Inherited From Engine
Engine::__construct()
Engine::AddValidationError()
Engine::CheckValidationErrors()
Engine::CopyValidationErrors()
Engine::GetValidationErrors()
Engine::Log()
Engine::__destruct()
DEFAULT_ARCHIVE_MAX_FILES
= 1000
(line 68)
DEFAULT_ARCHIVE_MAX_FILE_SIZE
= 10
(line 69)
DEFAULT_ARCHIVE_MAX_RECURSION
= 8
(line 70)
FILE_CONFIG
= '/etc/clamd.conf'
(line 67)
Inherited Constants
Inherited from Daemon
Daemon::CMD_CHKCONFIG
Daemon::CMD_LS
Daemon::CMD_PIDOF
Daemon::CMD_SERVICE
Daemon::PATH_INITD
Inherited from Software
Software::COMMAND_RPM
Inherited from Engine
Engine::COMMAND_API
Documentation generated on Fri, 28 Aug 2009 20:32:00 -0400 by phpDocumentor 1.3.2

