Get current MySQL version
Usage
// basic usage
$string = $formBuilderEntries->mySqlVersion();
// usage with all arguments
$string = $formBuilderEntries->mySqlVersion(string $testVersion = '', string $testOperator = '>=');
Arguments
Name | Type(s) | Description |
---|---|---|
testVersion (optional) | string | |
testOperator (optional) | string |
Return value
string
bool
FormBuilderEntries methods and properties
API reference based on ProcessWire core version 3.0.236