検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 225 for link (0.009 sec.)
データを追加するために blob を生成する 4882
« ibase_blob_close ibase_blob_echo » PHP Manual Firebird/InterBase 関数 データを追加するために b ... blob を生成する 説明 ibase_blob_create ( resource $link_identifier = null ): resource | false ibase_blob_c ... 書き込むための新しい BLOB を生成します。 パラメータ link_identifier InterBase リンク ID。省略した場合は、 最 ...
https://man.plustar.jp/php/function.ibase-blob-create.html - [similar]
ブラウザに blob の内容を出力する 4882
« ibase_blob_create ibase_blob_get » PHP Manual Firebird/InterBase 関数 ブラウザに blob の内容を ... tring $blob_id ): bool ibase_blob_echo ( resource $link_identifier , string $blob_id ): bool この関数は読み ... たいていの場合はブラウザ) に送信します。 パラメータ link_identifier InterBase リンク ID。省略した場合は、 最 ...
https://man.plustar.jp/php/function.ibase-blob-echo.html - [similar]
データの一部を取得するために blob をオープンする 4882
« ibase_blob_info ibase_close » PHP Manual Firebird/InterBase 関数 データの一部を取得するために ... ob をオープンする 説明 ibase_blob_open ( resource $link_identifier , string $blob_id ): resource | false i ... 存の BLOB を読み込み用にオープンします。 パラメータ link_identifier InterBase リンク ID。省略した場合は、 最 ...
https://man.plustar.jp/php/function.ibase-blob-open.html - [similar]
トランザクションをコミットする 4882
« ibase_commit_ret ibase_connect » PHP Manual Firebird/InterBase 関数 トランザクションをコミット ... クションをコミットする 説明 ibase_commit ( resource $link_or_trans_identifier = null ): bool トランザクション ... をコミットします。 パラメータ link_or_trans_identifier 引数なしでコールされた場合、こ ...
https://man.plustar.jp/php/function.ibase-commit.html - [similar]
トランザクションをロールバックする 4882
« ibase_rollback_ret ibase_server_info » PHP Manual Firebird/InterBase 関数 トランザクションをロ ... ンをロールバックする 説明 ibase_rollback ( resource $link_or_trans_identifier = null ): bool トランザクション ... をロールバックします。 パラメータ link_or_trans_identifier 引数なしでコールされた場合、こ ...
https://man.plustar.jp/php/function.ibase-rollback.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 4882
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... ); } } $mysqli -> close (); ?> 例2 手続き型 <?php $link = mysqli_connect ( "127.0.0.1" , "my_user" , "my_p ... いくつかの値に影響を及ぼします mysqli_set_charset ( $link , $charset ); $query = "SELECT actor_id, last_name ... ==============\n" ; if ( $result = mysqli_query ( $link , $query )) { /* すべてのカラムのフィールド情報を取 ... ysqli_free_result ( $result ); } } mysqli_close ( $link ); ?> 上の例の出力は以下となります。 ============= ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 4882
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... ます */ $mysqli -> close (); ?> 例2 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... BY Code LIMIT 1" ; if ( $result = mysqli_query ( $link , $query )) { $row = mysqli_fetch_row ( $result ); ... $result ); } /* 接続を閉じます */ mysqli_close ( $link ); ?> 上の例の出力は以下となります。 Field 1 has L ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
ステートメントの結果セットの任意の行に移動する 4882
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... ?> 例2 手続き型 <?php /* 接続をオープンします */ $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... ty ORDER BY Name" ; if ( $stmt = mysqli_prepare ( $link , $query )) { /* クエリを実行します */ mysqli_stmt ... ( $stmt ); } /* 接続を閉じます */ mysqli_close ( $link ); ?> 上の例の出力は以下となります。 City: Benin C ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
Registers to listen to a given destination 4882
« Stomp::setReadTimeout Stomp::unsubscribe » PHP Manual Stomp Registers to listen to a given des ... = ? ): bool 手続き型: stomp_subscribe ( resource $link , string $destination , array $headers = ? ): bool ... sters to listen to a given destination. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ...
https://man.plustar.jp/php/stomp.subscribe.html - [similar]
トランザクションを閉じずにコミットする 4841
« ibase_close ibase_commit » PHP Manual Firebird/InterBase 関数 トランザクションを閉じずにコミッ ... じずにコミットする 説明 ibase_commit_ret ( resource $link_or_trans_identifier = null ): bool トランザクション ... を閉じずにコミットします。 パラメータ link_or_trans_identifier 引数なしでコールされた場合、こ ...
https://man.plustar.jp/php/function.ibase-commit-ret.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT