検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1237 for Data (1.234 sec.)
2 つの文字列のバイナリ diff を作成する 3146
« xdiff_string_bdiff_size xdiff_string_bpatch » PHP Manual xdiff 関数 2 つの文字列のバイナリ dif ... f を作成する 説明 xdiff_string_bdiff ( string $old_data , string $new_data ): string ふたつの文字列のバイナ ... xdiff_file_bpatch() を使用します。 パラメータ old_data バイナリデータを含む最初の文字列。"旧" データです。 ... new_data バイナリデータを含む 2 番目の文字列。"新" データで ... ワード: バイナリ , xdiff , string , 作成 , データ , data , bpatch , bdiff , 適用 , 関数 ...
https://man.plustar.jp/php/function.xdiff-string-bdiff.html - [similar]
リクエストを取り消す 3129
« eio_busy eio_chmod » PHP Manual Eio 関数 リクエストを取り消す eio_cancel (PECL eio >= 0.0.1dev ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 値を返しません。 ... () が終わったら呼ばれます */ function my_nop_cb ( $data , $result ) { echo "my_nop " , $data , "\n" ; } // ...
https://man.plustar.jp/php/function.eio-cancel.html - [similar]
リクエストをリクエストグループに追加する 3129
« eio_get_last_error eio_grp_cancel » PHP Manual Eio 関数 リクエストをリクエストグループに追加す ... pen ( $temp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); /* グループリクエストが終了した ... ときに呼ばれます */ function my_grp_done ( $data , $result ) { var_dump ( $result == 0 ); @ unlink ... ( $data ); } /* eio_open() が終わったら呼ばれます */ funct ... ion my_grp_file_opened_callback ( $data , $result ) { global $grp ; // $result にはファイル ...
https://man.plustar.jp/php/function.eio-grp-add.html - [similar]
Reads the mean square error from the network 3129
« fann_get_learning_rate fann_get_network_type » PHP Manual Fann 関数 Reads the mean square erro ... an square error, or false on error. 参考 fann_test_data() - Test a set of training data and calculates the ... MSE for the training data 関連キーワード: Reads , from , fann , the , off , ... Test , data , 参考 , リソース , パラメータ ...
https://man.plustar.jp/php/function.fann-get-mse.html - [similar]
文字列から FDF ドキュメントを読み込む 3129
« fdf_next_field_name fdf_open » PHP Manual FDF 関数 文字列から FDF ドキュメントを読み込む fdf_o ... メントを読み込む 説明 fdf_open_string ( string $fdf_data ): resource 文字列からデータを読み込みます。 fdf_o ... pen_string() を $HTTP_FDF_DATA とあわせて使用することで、リモート クライアントから ... ォーム入力を処理することが可能です。 パラメータ fdf_data fdf_create() 、 fdf_open() あるいは fdf_open_strin ... のアクセス <?php $fdf = fdf_open_string ( $HTTP_FDF_DATA ); /* ... */ fdf_close ( $fdf ); ?> 参考 fdf_open( ...
https://man.plustar.jp/php/function.fdf-open-string.html - [similar]
バイナリセーフなファイル書き込み処理 3129
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... き込み処理 説明 fwrite ( resource $stream , string $data , ? int $length = null ): int | false fwrite() は ... を使用して作成したファイルシステムポインタリソース。 data 書き込む文字列。 length length パラメータが数値の場 ... 合、 length バイト数分の書き込みが完了したか、 data が終わりに達したかのいずれか早い方の 事象により書き ... クになります (ただし、一部のプラットフォームにおいて data がファイルシステムのブロックサイズを超えない場合、 ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
xdiff_string_bdiff のエイリアス 3129
« xdiff_string_bpatch xdiff_string_diff » PHP Manual xdiff 関数 xdiff_string_bdiff のエイリアス ... のエイリアス 説明 xdiff_string_bdiff ( string $old_data , string $new_data ): string ふたつの文字列のバイナ ... f_string_bdiff() のエイリアスです。 パラメータ old_data バイナリデータを含む最初の文字列。"旧" データです。 ... new_data バイナリデータを含む 2 番目の文字列。"新" データで ... 関連キーワード: xdiff , string , bdiff , bpatch , data , 関数 , バイナリ , 適用 , パッチ , binary ...
https://man.plustar.jp/php/function.xdiff-string-diff-binary.html - [similar]
SQLSRV 関数 3129
« 定義済み定数 sqlsrv_begin_transaction » PHP Manual SQLSRV SQLSRV 関数 SQLSRV 関数 目次 sqlsrv_ ... begin_transaction — Begins a database transaction sqlsrv_cancel — Cancels a statemen ... ect — Opens a connection to a Microsoft SQL Server database sqlsrv_errors — Returns error and warning info ... 返す sqlsrv_fetch_object — Retrieves the next row of data in a result set as an object sqlsrv_fetch — Makes ... result set available for reading sqlsrv_field_metadata — Retrieves metadata for the fields of a statement ...
https://man.plustar.jp/php/ref.sqlsrv.html - [similar]
Event callbacks 3112
« About event persistence Constructing signal events » PHP Manual Event Event callbacks Event ca ... Bit mask of all events triggered. arg User custom data. Event::timer() expects the callback to match the ... llback ( mixed $arg = null ): void arg User custom data. Event::signal() expects the callback to match the ... e triggered signal(e.g. SIGTERM ). arg User custom data. 関連キーワード: Event , callbacks , event , callb ... ack , data , custom , User , allback , expects , what ...
https://man.plustar.jp/php/event.callbacks.html - [similar]
バイナリ対応の bzip2 ファイルへの書き込み 3112
« bzread LZF » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイルへの書き込み bzwrite (PHP 4 >= ... ルへの書き込み 説明 bzwrite ( resource $bz , string $data , ? int $length = null ): int | false bzwrite() は ... オープンされたファイルを指してい る必要があります。 data 書き込むデータ length 指定した場合、 (圧縮前の) le ... ngth バイト分の書き込みが終ったか、 data の終端に達したかで書き込みは終了します。 戻り値 書 ... 。 例 例1 bzwrite() の例 <?php $str = "uncompressed data" ; $bz = bzopen ( "/tmp/foo.bz2" , "w" ); bzwrite ...
https://man.plustar.jp/php/function.bzwrite.html - [similar]