検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 242 for mysqli (0.023 sec.)
The MySQLi Extension Function Summary 7062
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... unction Summary Summary of mysqli methods mysqli Class OOP Interface Procedural Inte ... rface Alias (Do not use) Description Properties $mysqli::affected_rows mysqli_affected_rows() N/A Gets the ... er of affected rows in a previous MySQL operation $mysqli::client_info mysqli_get_client_info() N/A Returns ... the MySQL client version as a string $mysqli::client_version mysqli_get_client_version() N/A Re ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
MySQL 改良版拡張モジュール 6656
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... じめに mysqli の概要 クイックスタートガイド 手続き型とオブジェク ... ル/設定 要件 インストール手順 実行時設定 リソース型 mysqli 拡張モジュールでの持続的接続 定義済み定数 ノート T ... he MySQLi Extension Function Summary mysqlimysqli クラス ... rows — 直前の MySQL の操作で変更された行の数を得る mysqli::autocommit — データベース更新の自動コミットをオン ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
定義済み定数 6575
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の ... 実行時に動的にロードされている場合のみ使用可能です。 MYSQLI_READ_DEFAULT_GROUP my.cnf の指定した名前のグループ ... か、 あるいは MYSQLI_READ_DEFAULT_FILE で指定したファイルからオプション ... を読み込みます。 MYSQLI_READ_DEFAULT_FILE my.cnf のかわりに、指定したファイ ... ルからオプションを 読み込みます。 MYSQLI_OPT_CONNECT_TIMEOUT 接続のタイムアウトまでの秒数。 ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
新規に MySQL サーバーへの接続をオープンする 6525
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... ンする mysqli::__construct mysqli::connect mysqli_connect (PHP 5 ... , PHP 7, PHP 8) mysqli::__construct -- mysqli::connect -- mysqli_connect ... の接続をオープンする 説明 オブジェクト指向型 public mysqli::__construct ( string $hostname = ini_get("mysqli. ... default_host") , string $username = ini_get("mysqli.default_user") , string $password = ini_get("mysql ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
mysqli クラス 6474
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... mysqli クラス (PHP 5, PHP 7, PHP 8) はじめに PHP と MySQL ... データベースの間の接続を表します。 クラス概要 class mysqli { /* プロパティ */ public readonly int | string $ ... / public __construct ( string $hostname = ini_get("mysqli.default_host") , string $username = ini_get("mysql ... i.default_user") , string $password = ini_get("mysqli.default_pw") , string $database = "" , int $port = ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
mysql サーバーとの接続をオープンする 6464
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ...mysqli::real_connect mysqli_real_connect (PHP 5, PHP 7, P ... HP 8) mysqli::real_connect -- mysqli_real_connect — mysql サーバ ... の接続をオープンする 説明 オブジェクト指向型 public mysqli::real_connect ( string $host = ? , string $usernam ... ring $socket = ? , int $flags = ? ): bool 手続き型 mysqli_real_connect ( mysqli $link , string $host = ? , s ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 6444
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... ットをオンまたはオフにする mysqli::autocommit mysqli_autocommit (PHP 5, PHP 7, PHP 8 ... ) mysqli::autocommit -- mysqli_autocommit — データベース更新 ... オンまたはオフにする 説明 オブジェクト指向型 public mysqli::autocommit ( bool $enable ): bool 手続き型 mysqli ... _autocommit ( mysqli $mysql , bool $enable ): bool 指定されたデータベー ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
トランザクションを開始する 6434
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... begin_transaction mysqli_begin_transaction (PHP 5 >= 5.5.0, PHP 7, PHP 8) m ... ysqli::begin_transaction -- mysqli_begin_transaction — トランザクションを開始する 説明 ... オブジェクト指向型 public mysqli::begin_transaction ( int $flags = 0 , ? string $na ... me = null ): bool 手続き型: mysqli_begin_transaction ( mysqli $mysql , int $flags = 0 ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
mysqli のエラー報告モードを設定する 6413
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... 報告モードを設定する mysqli_driver::$report_mode mysqli_report (PHP 5, PHP 7, ... PHP 8) mysqli_driver::$report_mode -- mysqli_report — mysqli のエ ... ー報告モードを設定する 説明 オブジェクト指向型 int $mysqli_driver->report_mode ; 手続き型 mysqli_report ( int ... $flags ): bool フラグに応じて、mysqli のエラー報告モードを設定します。 例外をスローするモ ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
データベース上でクエリを実行する 6332
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysqli ... li::query mysqli_query (PHP 5, PHP 7, PHP 8) mysqli::query -- mysql ... 上でクエリを実行する 説明 オブジェクト指向型 public mysqli::query ( string $query , int $result_mode = MYSQLI ... _STORE_RESULT ): mysqli_result | bool 手続き型 mysqli_query ( mysqli $mysq ... l , string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool データベースに ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT