PagefileExtra::exists()

Does the extra file currently exist?

Usage

// basic usage
$bool = $pagefileExtra->exists();

// usage with all arguments
$bool = $pagefileExtra->exists(bool $clear = false);

Arguments

NameType(s)Description
$clear (optional)bool

Clear stat cache before checking? Default:false

Return value

bool


PagefileExtra methods and properties

API reference based on ProcessWire core version 3.0.251