検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 1237 for Data (2.602 sec.)
DOMCharacterData クラス 3044
« DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData... ラス DOMCharacterData クラス (PHP 5, PHP 7, PHP 8) はじめに 文字データノ ... ドがこれを継承します。 クラス概要 class DOMCharacterData extends DOMNode implements DOMChildNode { /* プロパ ... ティ */ public string $ data ; public readonly int $ length ; public readonly ? ... string $ textContent ; /* メソッド */ public appendData ( string $data ): bool public deleteData ( int $of ...
https://man.plustar.jp/php/class.domcharacterdata.html - [similar]
DOMText クラス 3044
« DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOM ... HP 7, PHP 8) はじめに DOMText クラスは DOMCharacterData を継承しており、 DOMElement あるいは DOMAttr の中身 ... ます。 クラス概要 class DOMText extends DOMCharacterData { /* プロパティ */ public readonly string $ wholeT ... ext ; /* 継承したプロパティ */ public string $ data ; public readonly int $ length ; public readonly ? ... tent ; /* メソッド */ public __construct ( string $data = "" ) public isElementContentWhitespace (): bool ...
https://man.plustar.jp/php/class.domtext.html - [similar]
3044
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... echoReadCallback ( $bev , $ctx ) { // Copy all the data from the input buffer to the output buffer // Vari ... ch (); } // This callback is invoked when there is data to read on $bev public function acceptConnCallback ... ch (); } // This callback is invoked when there is data to read on $bev. function ssl_read_cb ( $bev , $ct ... ed %zu bytes\n" , $in -> length ); printf ( "----- data ----\n" ); printf ( "%ld:\t%s\n" , (int) $in -> le ...
https://man.plustar.jp/php/event.examples.html - [similar]
Performs a C type cast 3044
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH ... static FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData p ... ublic FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData F ... FI::cast() creates a new FFI\CData object, that references the same C data structure, ... rent type. The resulting object does not own the C data, and the source ptr must survive the result. The C ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
ファイルシステムの状態を取得する 3044
« eio_fstat eio_fsync » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_fstatvfs (PECL ... mixed $fd , int $pri , callable $callback , mixed $data = ? ): resource eio_fstatvfs() は、ファイルシステム ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_fstatvfs() ...
https://man.plustar.jp/php/function.eio-fstatvfs.html - [similar]
何もせず、ただリクエストのサイクルを回す 3044
« eio_mknod eio_npending » PHP Manual Eio 関数 何もせず、ただリクエストのサイクルを回す eio_nop ... O_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_nop() は、何もせずただリクエ ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_nop() は、成 ...
https://man.plustar.jp/php/function.eio-nop.html - [similar]
名前を削除し、その名前で参照しているファイルも削除する 3044
« eio_truncate eio_utime » PHP Manual Eio 関数 名前を削除し、その名前で参照しているファイルも削除 ... O_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_unlink() は、その名前をファ ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_unlink() は ...
https://man.plustar.jp/php/function.eio-unlink.html - [similar]
Test with a set of inputs, and a set of desired outputs 3044
« fann_test_data fann_train_epoch » PHP Manual Fann 関数 Test with a set of inputs, and a set of ... puts on success, or false on error. 参考 fann_test_data() - Test a set of training data and calculates the ... MSE for the training data fann_train() - Train one iteration with a set of i ...
https://man.plustar.jp/php/function.fann-test.html - [similar]
言語のデータファイルの場所 3044
« pspell_config_create pspell_config_dict_dir » PHP Manual Pspell 関数 言語のデータファイルの場所 ... pspell_config_data_dir (PHP 5, PHP 7, PHP 8) pspell_config_data_dir — ... 言語のデータファイルの場所 説明 pspell_config_data_dir ( PSpell\Config $config , string $directory ): ... キーワード: 言語 , 場所 , データファイル , pspell , data , 期待 , 関数 , PSpell , Config , バージョン ...
https://man.plustar.jp/php/function.pspell-config-data-dir.html - [similar]
2 つの文字列のバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズム... 3044
« xdiff_string_patch 自然言語および文字エンコーディング » PHP Manual xdiff 関数 2 つの文字列のバ ... ズムで作成する 説明 xdiff_string_bdiff ( string $old_data , string $new_data ): string ふたつの文字列のバイナ ... diff のウェブサイトを参照ください。 パラメータ old_data バイナリデータを含む最初の文字列。"旧" データです。 ... new_data バイナリデータを含む 2 番目の文字列。"新" データで ... 適用する 関連キーワード: string , xdiff , バイナリ , data , 関数 , データ , アルゴリズム , bpatch , 適用 , 作 ...
https://man.plustar.jp/php/function.xdiff-string-rabdiff.html - [similar]