public SelectQuery::isNotNull($field)
includes/database/select.inc, line 785
<?php public function isNotNull($field) { $this->where->isNotNull($field); return $this; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen