downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mysqli::store_result> <mysqli::stat
[edit] Last updated: Thu, 23 May 2013

view this page in

mysqli::stmt_init

mysqli_stmt_init

(PHP 5)

mysqli::stmt_init -- mysqli_stmt_initInitialise une commande MySQL

Description

Style orienté objet

mysqli_stmt mysqli::stmt_init ( void )

Style procédural

mysqli_stmt mysqli_stmt_init ( mysqli $link )

Alloue et initialise un objet de commande, à utiliser avec mysqli_stmt_prepare().

Note:

Tous les appels ultérieurs aux fonctions mysqli_stmt_* échoueront, si mysqli_stmt_prepare() est appelée.

Liste de paramètres

link

Seulement en style procédural : Un identifiant de lien retourné par la fonction mysqli_connect() ou par la fonction mysqli_init()

Valeurs de retour

Retourne un objet.

Voir aussi



add a note add a note User Contributed Notes mysqli::stmt_init - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites