php man page for mysqli_begin_transaction

Query: mysqli_begin_transaction

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MYSQLI_BEGIN_TRANSACTION(3)						 1					       MYSQLI_BEGIN_TRANSACTION(3)

mysqli::begin_transaction - Starts a transaction

       Object oriented style (method):

SYNOPSIS
public bool mysqli::begin_transaction ([int $flags], [string $name])
DESCRIPTION
Procedural style: bool mysqli_begin_transaction (mysqli $link, [int $flags], [string $name]) Warning This function is currently not documented; only its argument list is available.
PARAMETERS
o $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3) o $flags - o $name -
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
mysqli_autocommit(3), mysqli_commit(3), mysqli_rollback(3). PHP Documentation Group MYSQLI_BEGIN_TRANSACTION(3)
Related Man Pages
mysqli_error(3) - php
mysqli_real_query(3) - php
mysqli_error_list(3) - php
mysqli_get_proto_info(3) - php
mysqli_ping(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!