検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 466 for 手続き (0.014 sec.)
直近のステートメントのエラー内容を文字列で返す 5164
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... 説明 オブジェクト指向型 string $mysqli_stmt->error ; 手続き型 mysqli_stmt_error ( mysqli_stmt $statement ): str ... エラーメッセージを文字列で返します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php /* 接続をオープンします */ $link = mysqli_c ... , mysqli , ステートメント , エラー , 直近 , 内容 , 手続き , string , 直前 , Table ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
マルチクエリからの結果がまだ残っているかどうかを調べる 5164
« mysqli::kill mysqli::multi_query » PHP Manual mysqli マルチクエリからの結果がまだ残っているかど ... ジェクト指向型 public mysqli::more_results (): bool 手続き型 mysqli_more_results ( mysqli $mysql ): bool 直前の ... ットが残っているかどうかを調べます。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... クエリ , multi , query , results , セット , result , 手続き , 直近 , 実行 ...
https://man.plustar.jp/php/mysqli.more-results.html - [similar]
テキストを書き込む 5164
« XMLWriter::startPi XMLWriter::writeAttribute » PHP Manual XMLWriter テキストを書き込む XMLWrit ... 型 public XMLWriter::text ( string $content ): bool 手続き型 xmlwriter_text ( XMLWriter $writer , string $cont ... ): bool テキストを書き込みます。 パラメータ writer 手続き型のコールでのみ使用します。 変更される XMLWriter の ... riter , content , writer , インスタンス , string , 手続き , 期待 , バージョン ...
https://man.plustar.jp/php/xmlwriter.text.html - [similar]
ステートメントの結果セットの任意の行に移動する 5083
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... ublic mysqli_stmt::data_seek ( int $offset ): void 手続き型 mysqli_stmt_data_seek ( mysqli_stmt $statement , ... より前にコールしなければなりません。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php /* 接続をオープンします */ $link = mysqli_c ... メント , セット , 任意 , 移動 , data , 行 , offset , 手続き ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
プリペアドステートメントをリセットする 5083
« mysqli_stmt::prepare mysqli_stmt::result_metadata » PHP Manual mysqli_stmt プリペアドステートメ ... ブジェクト指向型 public mysqli_stmt::reset (): bool 手続き型 mysqli_stmt_reset ( mysqli_stmt $statement ): boo ... _stmt_prepare() 関数を使用します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... セット , prepare , 実行 , 保存 , クリア , サーバー , 手続き ...
https://man.plustar.jp/php/mysqli-stmt.reset.html - [similar]
現在のトランザクションをコミットする 5083
« mysqli::close mysqli::$connect_errno » PHP Manual mysqli 現在のトランザクションをコミットする ... t ( int $flags = 0 , ? string $name = null ): bool 手続き型 mysqli_commit ( mysqli $mysql , int $flags = 0 , ... のトランザクションをコミットします。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ション , コミット , commit , flags , int , string , 手続き , データベース , 注意 ...
https://man.plustar.jp/php/mysqli.commit.html - [similar]
RAR アーカイブのコメントテキストを取得する 5083
« RarArchive::close RarArchive::getEntries » PHP Manual RarArchive RAR アーカイブのコメントテキス ... (メソッド) public RarArchive::getComment (): string 手続き型: rar_comment_get ( RarArchive $rarfile ): string ... This is the comment of the file commented.rar. 例2 手続き型 <?php $rar_arch = rar_open ( 'commented.rar' ); e ... 得 , RarArchive , テキスト , getComment , comment , 手続き , 注意 , rarfile ...
https://man.plustar.jp/php/rararchive.getcomment.html - [similar]
接続を初期化する 5002
« gnupg_import gnupg_keyinfo » PHP Manual GnuPG 関数 接続を初期化する gnupg_init (PECL gnupg >= ... ns が追加されました。 例 例1 デフォルト値を使った、手続き型の gnupg_init() の例 <?php $res = gnupg_init (); ? ... > 例2 ファイル名とホームディレクトリを上書きした、手続き型の gnupg_init() の例 <?php $res = gnupg_init ([ "f ... t , 上書き , 設定 , ディレクトリ , 変更 , string , 手続き , 関数 ...
https://man.plustar.jp/php/function.gnupg-init.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 5002
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... ブジェクト指向型 int $mysqli_result->current_field ; 手続き型 mysqli_field_tell ( mysqli_result $result ): int ... eek() の引数として使用可能です。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... フィールド , オフセット , ポインタ , 取得 , tell , 手続き , Name , int ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 5002
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... lic mysqli_result::field_seek ( int $index ): bool 手続き型 mysqli_field_seek ( mysqli_result $result , int $ ... オフセットとしてゼロを指定します。 パラメータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 m ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... フィールド , オフセット , 設定 , ポインタ , 指定 , 手続き , int , fetch ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]