db_xor()
Returns a new DatabaseCondition, set to "XOR" all conditions together.
includes/database/query.inc, line 1253
<?php function db_xor() { return new DatabaseCondition('XOR'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen