Rabu, 25 Oktober 2023

PHP Bind Param

PHP MySQLi Statement Bind Parameter Type Specification Chars (placeholder / marker):

Character=Description

i=corresponding variable has type int

d=corresponding variable has type float

s=corresponding variable has type string

b=corresponding variable is a blob and will be sent in packets

Using in PHP MySQLi, PDO (PHP Data Objects), PHP current version.
mysqli_stmt_prepare, mysqli_prepare, mysqli_stmt_init(), mysqli_stmt_init(), mysqli_stmt_execute(), mysqli_stmt_fetch(), mysqli_stmt_bind_param(), mysqli_stmt_bind_result(), mysqli_stmt_get_result(), mysqli_stmt_close(), call_user_func_array()

Tidak ada komentar:

Posting Komentar