Does given column exist?
Usage
// basic usage
$bool = $proCacheStatic->columnExists(string $column);
// usage with all arguments
$bool = $proCacheStatic->columnExists(string $column, string $table = '');
Arguments
Name | Type(s) | Description |
---|---|---|
column | string | |
table (optional) | string |
Return value
bool
ProCacheStatic methods and properties
API reference based on ProcessWire core version 3.0.244