検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 466 for 手続き (0.012 sec.)
クエリを実行するためのデフォルトのデータベースを選択する 5238
« mysqli::savepoint mysqli::set_charset » PHP Manual mysqli クエリを実行するためのデフォルトのデ ... ublic mysqli::select_db ( string $database ): bool 手続き型 mysqli_select_db ( mysqli $mysql , string $databa ... の 4 番目の引数でも指定可能です。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... rintf ( "Default database is %s.\n" , $row [ 0 ]); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ... ース , 実行 , 選択 , デフォルト , database , 接続 , 手続き , Default , string ...
https://man.plustar.jp/php/mysqli.select-db.html - [similar]
クライアントの文字セットを設定する 5238
« mysqli::select_db mysqli::$sqlstate » PHP Manual mysqli クライアントの文字セットを設定する mys ... blic mysqli::set_charset ( string $charset ): bool 手続き型 mysqli_set_charset ( mysqli $mysql , string $char ... 使用する、 文字セットを設定します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... er set: %s\n" , $mysqli -> character_set_name ()); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ... ーワード: mysqli , セット , 文字 , 設定 , charset , 手続き , 注意 , character , string , データベース ...
https://man.plustar.jp/php/mysqli.set-charset.html - [similar]
直前の MySQL の操作での SQLSTATE エラーを返す 5238
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... 説明 オブジェクト指向型 string $mysqli->sqlstate ; 手続き型 mysqli_sqlstate ( mysqli $mysql ): string 直近のエ ... 0 (一般的なエラー)が返されます。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... , $mysqli -> sqlstate ); } $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... E , 直前 , 操作 , sqlstate , エラーコード , 発生 , 手続き , 直近 ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
現在の接続のスレッド ID を返す 5238
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... す 説明 オブジェクト指向型 int $mysqli->thread_id ; 手続き型 mysqli_thread_id ( mysqli $mysql ): int mysqli_th ... ILL QUERY processid を使用します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... it; } /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... い合わせる 関連キーワード: mysqli , 接続 , thread , 手続き , 切断 , そのため , 関数 , kill , 停止 , int ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 5238
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... 説明 オブジェクト指向型 int $mysqli->warning_count ; 手続き型 mysqli_warning_count ( mysqli $mysql ): int この接 ... S [limit row_count] を使用します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ; } } /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... 直近 , 発生 , 接続 , count , warning , 指定 , 数 , 手続き ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
Opens a connection 5238
« Stomp::commit Stomp::__destruct » PHP Manual Stomp Opens a connection Stomp::__construct stomp ... = ? , string $password = ? , array $headers = ? ) 手続き型: stomp_connect ( string $broker = ini_get("stomp. ... ; } /* close connection */ unset( $stomp ); ?> 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 's ... username , construct , ヘッダ , default , array , 手続き ...
https://man.plustar.jp/php/stomp.construct.html - [similar]
現在の DTD エンティティを終了する 5238
« XMLWriter::endDtdElement XMLWriter::endElement » PHP Manual XMLWriter 現在の DTD エンティティを ... ェクト指向型 public XMLWriter::endDtdEntity (): bool 手続き型 xmlwriter_end_dtd_entity ( XMLWriter $writer ): b ... の DTD エンティティを終了します。 パラメータ writer 手続き型のコールでのみ使用します。 変更される XMLWriter の ... ter , entity , インスタンス , end , endDtdEntity , 手続き ...
https://man.plustar.jp/php/xmlwriter.enddtdentity.html - [similar]
PI (処理命令) 書き込む 5238
« XMLWriter::writeElementNs XMLWriter::writeRaw » PHP Manual XMLWriter PI (処理命令) 書き込む XM ... writePi ( string $target , string $content ): bool 手続き型 xmlwriter_write_pi ( XMLWriter $writer , string $ ... ): bool 処理命令を書き込みます。 パラメータ writer 手続き型のコールでのみ使用します。 変更される XMLWriter の ... ring , インスタンス , content , writer , writePi , 手続き ...
https://man.plustar.jp/php/xmlwriter.writepi.html - [similar]
結果セットの行数を取得する 5164
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... ェクト指向型 int | string $mysqli_result->num_rows ; 手続き型 mysqli_num_rows ( mysqli_result $result ): int | ... 取得していない限り 0 を返します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... tf ( "Result set has %d rows.\n" , $row_cnt ); 例2 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ... result , セット , 取得 , rows , num , 行 , 注意 , 手続き , バッファ ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 5164
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... 説明 オブジェクト指向型 int $mysqli_stmt->errno ; 手続き型 mysqli_stmt_errno ( mysqli_stmt $statement ): int ... 失敗した際のエラーコードを返します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php /* 接続をオープンします */ $link = mysqli_c ... , 直近 , エラーコード , コール , errno , エラー , 手続き , int ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT