ProCacheStatic::static method

Does given column exist?

Usage

// basic usage
$bool = $procache->static->columnExists(string $column);

// usage with all arguments
$bool = $procache->static->columnExists(string $column, string $table = '');

Arguments

NameType(s)Description
$columnstring
$table (optional)string

Return value

bool


$procache->static methods and properties

API reference based on ProcessWire core version 3.0.252