1.20.x query.inc | public QueryPlaceholderInterface::nextPlaceholder() |
Returns the next placeholder ID for the query.
Return value
The next available placeholder ID as an integer.:
File
- includes/
database/ query.inc, line 265 - Non-specific Database query code. Used by all engines.
Class
- QueryPlaceholderInterface
- Interface for a query that accepts placeholders.
Code
public function nextPlaceholder();