No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

mysqli::stmt_init

mysqli_stmt_init

(PHP 5, PHP 7)

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

PHP: mysqli::stmt_init - Manual Home of Manuel PHP  Contents Haut

Description

Object oriented style

mysqli::stmt_init ( void ) : mysqli_stmt

Procedural style

mysqli_stmt_init ( mysqli $link ) : mysqli_stmt

Allocates and initializes a statement object suitable for mysqli_stmt_prepare().

Note:

Any subsequent calls to any mysqli_stmt function will fail until mysqli_stmt_prepare() was called.

PHP: mysqli::stmt_init - Manual Home of Manuel PHP  Contents Haut

Parameters

link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

PHP: mysqli::stmt_init - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph