The following located within a PHP class:
private function verifyParameters() {
return isset(getDatabase(), getUser(), getPassword(), getHost());
}
returns the error: Can’t use function return value in write context.
What am I missing. Seems ok to me.
Appreciate much any help on this.
Bruce