検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 74 for report (0.003 sec.)
プリペアドステートメントから結果を mysqli_result オブジェクトとして取得する 7203
« mysqli_stmt::free_result mysqli_stmt::get_warnings » PHP Manual mysqli_stmt プリペアドステート ... せんでした。 例 例1 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ... r " ; } print "\n" ; } } 例2 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $l ...
https://man.plustar.jp/php/mysqli-stmt.get-result.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 7147
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... を返します。 例 例1 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ... \n" , $col1 , $col2 ); } 例2 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $l ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
エイリアスおよび非推奨の Mysqli 関数 7147
« mysqli_sql_exception::getSqlState mysqli_connect » PHP Manual MySQLi エイリアスおよび非推奨の ... みとキャッシュ済みのリンクに関する情報を返す mysqli_report — mysqli_driver->report_mode のエイリアス mysqli:: ... アス 関連キーワード: mysqli , 推奨 , 関数 , Mysqli , report , escape , string , execute , stats , オープン ...
https://man.plustar.jp/php/ref.mysqli.html - [similar]
変更履歴 7036
« mysqli::set_opt Mysql_xdevapi » PHP Manual MySQLi 変更履歴 変更履歴 この拡張モジュールのクラス ... Version Function Description 8.1.0 mysqli_driver::$report_mode デフォルト値が MYSQLI_REPORT_ERROR | MYSQLI_R ... になりました。 これより前のバージョンでは、 MYSQLI_REPORT_OFF でした。 mysqli_result::fetch_all libmysqlclie ...
https://man.plustar.jp/php/changelog.mysqli.html - [similar]
結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する 7036
« mysqli_result::fetch_all mysqli_result::fetch_assoc » PHP Manual mysqli_result 結果セットの次の ... fetch_array() の例 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ... ], $row [ "CountryCode" ]); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ...
https://man.plustar.jp/php/mysqli-result.fetch-array.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 7036
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... etch_object() の例 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ... e , $obj -> CountryCode ); } 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $l ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 7036
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... to throw an exception if an error occurs */ mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ... to throw an exception if an error occurs */ mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
実行するための SQL文 を準備する 7036
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... li::prepare() の例 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $m ... %s\n" , $city , $district ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $l ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
直近の接続エラーの説明を返す 6980
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... connect_error の例 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_OFF ); /* デフォルトのエラーメッセ ... mysqli -> connect_error ); } 手続き型 <?php mysqli_report ( MYSQLI_REPORT_OFF ); /* デフォルトのエラーメッセ ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
直近の接続コールに関するエラーコードを返す 6924
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... connect_errno の例 オブジェクト指向型 <?php mysqli_report ( MYSQLI_REPORT_OFF ); /* デフォルトのエラーメッセ ... mysqli -> connect_errno ); } 手続き型 <?php mysqli_report ( MYSQLI_REPORT_OFF ); /* デフォルトのエラーメッセ ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT