I would like to know if the PDOStatement
object convert the placeholders
according the DBMS
. In the examples of the documentation we can see just two kinds of placehoders
: :named
and with question mark
, but there is more, with $
, for example.
Does this example show two options as a matter of taste or appropriateness to DBMS
support?