mysqli_stmt_init(3) php man page | unix.com

Man Page: mysqli_stmt_init

Operating Environment: php

Section: 3

MYSQLI_STMT_INIT(3)							 1						       MYSQLI_STMT_INIT(3)

mysqli::stmt_init - Initializes a statement and returns an object for use with mysqli_stmt_prepare

       Object oriented style

SYNOPSIS
mysqli_stmt mysqli::stmt_init (void )
DESCRIPTION
Procedural style mysqli_stmt mysqli_stmt_init (mysqli $link) Allocates and initializes a statement object suitable for mysqli_stmt_prepare(3). Note Any subsequent calls to any mysqli_stmt function will fail until mysqli_stmt_prepare(3) was called.
PARAMETERS
o $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)
RETURN VALUES
Returns an object.
SEE ALSO
mysqli_stmt_prepare(3). PHP Documentation Group MYSQLI_STMT_INIT(3)
Related Man Pages
mysqli_stmt.get_result(3) - php
mysqli_more_results(3) - php
mysqli_stmt_num_rows(3) - php
mysqli_stmt_param_count(3) - php
mysqli_stmt_prepare(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update