検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 710 for user (3.482 sec.)
プリペアドステートメントから結果を取得し、バインド変数に格納する 3299
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
プリペアドステートメントから結果セットのメタデータを返す 3299
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "test" ); $mysqli -> query ( "D ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "test" ); mysqli_query ( $link ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 3299
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... ンします */ $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... します */ $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
直前の MySQL の操作で変更された行の数を得る 3299
« mysqli mysqli::autocommit » PHP Manual mysqli 直前の MySQL の操作で変更された行の数を得る mysq ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 行を挿入します */ ... RICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 行を挿入します */ ...
https://man.plustar.jp/php/mysqli.affected-rows.html - [similar]
mysqli 拡張モジュールでの持続的接続 3299
« リソース型 定義済み定数 » PHP Manual MySQLi mysqli 拡張モジュールでの持続的接続 mysqli 拡張モジ ... のクリーンアップ処理は、 C の API 関数 mysql_change_user() を自動的にコールすることで行っています。 しかし、 ... ップのコードを無効にしたい場合は、 MYSQLI_NO_CHANGE_USER_ON_PCONNECT を define して PHP をコンパイルします。 ...
https://man.plustar.jp/php/mysqli.persistconns.html - [similar]
接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープす... 3299
« mysqli::real_connect mysqli::real_query » PHP Manual mysqli 接続の現在の文字セットを考慮して、 ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $city = "'s-Hertogen ... CT ); $mysqli = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); $city = "'s-Hertogen ...
https://man.plustar.jp/php/mysqli.real-escape-string.html - [similar]
The MySQLi Extension Function Summary 3299
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... o-committing database modifications mysqli::change_user() mysqli_change_user() N/A Changes the user of the ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
バッファクエリと非バッファクエリ 3299
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... qli <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $uresult = $mysqli - ... ew PDO ( "mysql:host=localhost;dbname=world" , 'my_user' , 'my_pass' ); $pdo -> setAttribute ( PDO :: MYSQ ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
統計情報 3299
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... ckets) が OK を返した数 同上 bytes_received_change_user_packet Connection MySQL のクライアントサーバプロト ... コルにおける、COM_CHANGE_USER パケットの合計サイズをバイト単位で示します。このパ ... する可能性もあります。 同上 packets_received_change_user Connection MySQL のクライアントサーバプロトコルにお ... ける、COM_CHANGE_USER パケットの数 同上 packets_sent_command Connection ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
3299
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... onger needed; stream is independent function detectUserAgent () { if (! array_key_exists ( 'HTTP_USER_AGEN ... SERVER )) return "Other" ; $uas = $_SERVER [ 'HTTP_USER_AGENT' ]; if ( preg_match ( "@Opera/@" , $uas )) r ... ition: attachment; filename="%s"' ; switch ( detectUserAgent ()) { case "Opera" : case "Firefox" : $orfile ...
https://man.plustar.jp/php/rar.examples.html - [similar]