Flow PHP

PlaceholderDialect

Methods

placeholder()  : string
usesBackslashEscapes()  : bool
Whether the driver reads a backslash inside a string literal as an escape, which decides how DBAL's parser tokenises string literals.

Methods

placeholder()

public placeholder(int<1, max> $position) : string
Parameters
$position : int<1, max>
Return values
string

usesBackslashEscapes()

Whether the driver reads a backslash inside a string literal as an escape, which decides how DBAL's parser tokenises string literals.

public usesBackslashEscapes() : bool
Return values
bool
On this page

Search results