mysqli_stmt_attr_get(3) php man page | unix.com

Man Page: mysqli_stmt_attr_get

Operating Environment: php

Section: 3

MYSQLI_STMT_ATTR_GET(3) 						 1						   MYSQLI_STMT_ATTR_GET(3)

mysqli_stmt::attr_get - Used to get the current value of a statement attribute

       Object oriented style

SYNOPSIS
int mysqli_stmt::attr_get (int $attr)
DESCRIPTION
Procedural style int mysqli_stmt_attr_get (mysqli_stmt $stmt, int $attr) Gets the current value of a statement attribute.
PARAMETERS
o $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3). o $attr - The attribute that you want to get.
RETURN VALUES
Returns FALSE if the attribute is not found, otherwise returns the value of the attribute. PHP Documentation Group MYSQLI_STMT_ATTR_GET(3)
Related Man Pages
mysqli_stmt.get_result(3) - php
mysqli_stmt_fetch(3) - php
mysqli_stmt_get_result(3) - php
mysqli_stmt_errno(3) - php
mysqli_stmt_num_rows(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun