SystemChecker
in package
Typical predicates for system checks
Tags
Table of Contents
Methods
- checkExtension() : bool
- checkGdFeature() : bool
- Wraps the most relevant features reported by gd_info()
- checkGdFreetype() : bool
- checkGdPng() : bool
- checkPlugin() : bool
- checkVersion() : bool
- checkWritability() : bool
Methods
checkExtension()
public
checkExtension(string $extension) : bool
Parameters
- $extension : string
Return values
boolcheckGdFeature()
Wraps the most relevant features reported by gd_info()
public
checkGdFeature(string $feature) : bool
Parameters
- $feature : string
-
either
FreeType
,GIF Read
,GIF Create
,JPEG
,PNG
,WBMP
,XPM
,XBM
,WebP
,BMP
,TGA Read
orAVIF
.
Tags
Return values
boolcheckGdFreetype()
public
checkGdFreetype() : bool
Use SystemChecker::checkGdFeature() instead.
Return values
boolcheckGdPng()
public
checkGdPng() : bool
Use SystemChecker::checkGdFeature() instead.
Return values
boolcheckPlugin()
public
checkPlugin(string $plugin[, string|null $version = null ]) : bool
Parameters
- $plugin : string
- $version : string|null = null
Tags
Return values
boolcheckVersion()
public
checkVersion(string $actual, string $minimum) : bool
Parameters
- $actual : string
- $minimum : string
Return values
boolcheckWritability()
public
checkWritability(string $path) : bool
Parameters
- $path : string