DB_QUERY_REGEXP

Definition

includes/database.inc

Description

Indicates the place holders that should be replaced in _db_query_callback().

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Code

<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/');
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.