mysqli_prepare
doctrine/dbal
Supported Versions: PHP 5, PHP 7, PHP 8
Prepares an SQL statement for execution
<?php
public
mysqli
::
prepare
(
string $query
):
mysqli_stmt
|
false