検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 528 for Mysql (0.017 sec.)
Mysql_xdevapi 5159
« 変更履歴 はじめに » PHP Manual MySQL Mysql_xdevapi Mysql_xdevapi はじめに インストール/設定 要 ... からビルド / コンパイルする 定義済み定数 変更履歴 例 Mysql_xdevapi 関数 expression — プリペアドステートメント ... の変数をパラメータとしてバインドする getSession — MySQL サーバに接続する mysql_xdevapi\BaseResult — BaseRe ... gsCount — 直近の操作から発生した警告の数を取得する mysql_xdevapi\Client — クライアントクラス mysql_xdevapi\ ... nt::getClient — クライアントのセッションを取得する mysql_xdevapi\Collection — Collection クラス Collection: ...
https://man.plustar.jp/php/book.mysql-xdevapi.html - [similar]
Connect to the remote MySQL server. 5159
« Swoole\MySQL::close Swoole\MySQL::__construct » PHP Manual Swoole\MySQL Connect to the remote ... MySQL server. Swoole\MySQL::connect (PECL swoole >= 1.9.0) Swoole\MySQL::conn ... ect — Connect to the remote MySQL server. 説明 public Swoole\MySQL::connect ( array ... , callable $callback ): void Connect to the remote MySQL server. パラメータ server_config callback 戻り値 関 ...
https://man.plustar.jp/php/swoole-mysql.connect.html - [similar]
Construct an async MySQL client. 5159
« Swoole\MySQL::connect Swoole\MySQL::__destruct » PHP Manual Swoole\MySQL Construct an async MySQL ... SQL client. Swoole\MySQL::__construct (PECL swoole >= 1.9.0) Swoole\MySQL:: ... __construct — Construct an async MySQL client. 説明 public Swoole\MySQL::__construct () C ... onstruct an async MySQL client. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/swoole-mysql.construct.html - [similar]
クライアントの文字セットを設定する 5143
« mysql_select_db mysql_stat » PHP Manual MySQL 関数 クライアントの文字セットを設定する mysql_se ... t_charset (PHP 5 >= 5.2.3) mysql_set_charset — クライアントの文字セットを設定する 警 ... 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳細な情報は M ... ください。 この関数の代替として、これらが使えます。 mysqli_set_charset() PDO: 接続文字列に charset を追加して ... charset=utf8 などとする 説明 mysql_set_charset ( string $charset , resource $link_ide ...
https://man.plustar.jp/php/function.mysql-set-charset.html - [similar]
はじめに 5143
« Mysqlnd 概要 » PHP Manual Mysqlnd はじめに はじめに MySQL Native Driver は、MySQL Client Libra ... ry (libmysqlclient) の後継です。 MySQL Native Driver は、PHP 5. ... 以降の公式ソースにその一部として組み込まれています。 MySQL データベース用の拡張モジュールである MySQL や mysq ... li そして PDO MYSQL は、 すべて MySQL サーバーと通信します。 かつては、 ... これらの拡張モジュールがサーバーと通信するときには MySQL Client Library が提供するサービスを使っていました。 ...
https://man.plustar.jp/php/intro.mysqlnd.html - [similar]
指定したフィールドが含まれるテーブルの名前を取得する 5128
« mysql_field_seek mysql_field_type » PHP Manual MySQL 関数 指定したフィールドが含まれるテーブル ... の名前を取得する mysql_field_table (PHP 4, PHP 5) mysql_field_table — 指定 ... 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳細な情報は M ... ください。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [table] あるいは [orgtable] ... PDOStatement::getColumnMeta() [table] 説明 mysql_field_table ( resource $result , int $field_offset ...
https://man.plustar.jp/php/function.mysql-field-table.html - [similar]
Memory management 5128
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... t Introduction The MySQL Native Driver manages memory different than the My ... is allocated in chunks while reading results from MySQL, which debug and development options exist, and ho ... w results read from MySQL are linked to PHP user variables. The following no ... d summary to users interested at understanding the MySQL Native Driver at the C code level. Memory manageme ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
TableSelect クラス 5112
« TableInsert::values TableSelect::bind » PHP Manual Mysql_xdevapi TableSelect クラス TableSelec ... t クラス (PECL mysql-xdevapi >= 8.0.11) はじめに テーブルからレコードを ... 得する操作を行うステートメントです クラス概要 class mysql_xdevapi\TableSelect implements mysql_xdevapi\Execu ... ソッド */ public bind ( array $placeholder_values ): mysql_xdevapi\TableSelect public execute (): mysql_xdeva ... pi\RowResult public groupBy ( mixed $sort_expr ): mysql_xdevapi\TableSelect public having ( string $sort_e ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableselect.html - [similar]
結果からカラム情報を取得し、オブジェクトとして返す 5112
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ... ジェクトとして返す mysql_fetch_field (PHP 4, PHP 5) mysql_fetch_field — 結果 ... 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳細な情報は M ... ください。 この関数の代替として、これらが使えます。 mysqli_fetch_field() PDOStatement::getColumnMeta() 説明 ... メータ result 評価された結果 リソース 。この結果は、 mysql_query() のコールにより得られたものです。 field_off ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
結果において指定したフィールドのフラグを取得する 5112
« mysql_fetch_row mysql_field_len » PHP Manual MySQL 関数 結果において指定したフィールドのフラグ ... を取得する mysql_field_flags (PHP 4, PHP 5) mysql_field_flags — 結果 ... 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳細な情報は M ... ください。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [flags] PDOStatement::getCol ... umnMeta() [flags] 説明 mysql_field_flags ( resource $result , int $field_offset ...
https://man.plustar.jp/php/function.mysql-field-flags.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT