検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1237 for Data (0.024 sec.)
The MongoDB\BSON\BinaryInterface interface 2941
« MongoDB\BSON\Unserializable::bsonUnserialize MongoDB\BSON\BinaryInterface::getData » PHP Manua ... inaryInterface { /* メソッド */ abstract public getData (): string abstract public getType (): int abstrac ... (): string } 目次 MongoDB\BSON\BinaryInterface::getData — Returns the BinaryInterface's data MongoDB\BSON\ ... erface::__toString — Returns the BinaryInterface's data 関連キーワード: BSON , Returns , getData , public ... , type , toString , getType , string , data , property ...
https://man.plustar.jp/php/class.mongodb-bson-binaryinterface.html - [similar]
文字列をbzip2形式のデータに圧縮する 2941
« bzclose bzdecompress » PHP Manual Bzip2 関数 文字列をbzip2形式のデータに圧縮する bzcompress (P ... p2形式のデータに圧縮する 説明 bzcompress ( string $data , int $block_size = 4 , int $work_factor = 0 ): st ... 縮し、 bzip2 形式のデータとして返します。 パラメータ data 圧縮する文字列 block_size 圧縮時のブロック長を指定 ... はエラー数 例 例1 データの圧縮 <?php $str = "sample data" ; $bzstr = bzcompress ( $str , 9 ); echo $bzstr ; ... , bzip , 形式 , bzcompress , work , int , factor , data , block ...
https://man.plustar.jp/php/function.bzcompress.html - [similar]
LZF 圧縮を行う 2941
« LZF 関数 lzf_decompress » PHP Manual LZF 関数 LZF 圧縮を行う lzf_compress (PECL lzf >= 0.1.0) ... press — LZF 圧縮を行う 説明 lzf_compress ( string $data ): string lzf_compress() は、指定された arg を LZF ... 符号化方式で圧縮します。 パラメータ data 圧縮するデータ。 戻り値 圧縮されたデータを返します ... 圧縮 , lzf , compress , 関数 , decompress , string , data , データ , パラメータ ...
https://man.plustar.jp/php/function.lzf-compress.html - [similar]
定義済み定数 2941
« リソース型 IMAP 関数 » PHP Manual IMAP 定義済み定数 定義済み定数 以下の定数が定義されています。 ... PPLICATION ( int ) 最初の body 部の型: application data TYPEAUDIO ( int ) 最初の body 部の型: audio TYPEIM ... t ) body 部のエンコーディング: 7 bit SMTP semantic data ENC8BIT ( int ) body 部のエンコーディング: 8 bit S ... MTP semantic data ENCBINARY ( int ) body 部のエンコーディング: 8 bit ... binary data ENCBASE64 ( int ) body 部のエンコーディング: base- ...
https://man.plustar.jp/php/imap.constants.html - [similar]
ストリームに書き込む 2941
« streamWrapper::stream_truncate streamWrapper::unlink » PHP Manual streamWrapper ストリームに書 ... 説明 public streamWrapper::stream_write ( string $data ): int このメソッドは、 fwrite() に対応してコールさ ... 更新することを忘れないようにしましょう。 パラメータ data 元となるシステムに書き込まれるデータ。 注意 : 元と ... した場合、 E_WARNING を発行します。 注意 : 戻り値が data の長さより大きい場合は、 E_WARNING が発行されて戻り ... ストリーム , streamWrapper , stream , 格納 , 注意 , data , データ , バイト , コール , fwrite ...
https://man.plustar.jp/php/streamwrapper.stream-write.html - [similar]
Constructs EventHttp object(the HTTP server) 2924
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... terminal window. */ function _http_dump ( $req , $data ) { static $counter = 0 ; static $max_requests = 2 ... ed\n" ; echo "request:" ; var_dump ( $req ); echo "data:" ; var_dump ( $data ); echo "\n===== DUMP =====\n ... : EOL_ANY )) { echo $s , PHP_EOL ; } echo "No more data in the buffer\n" ; } function _http_about ( $req ) ... ; echo "OK\n" ; } function _http_default ( $req , $data ) { echo __METHOD__ , PHP_EOL ; echo "URI: " , $re ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
Constructs EventHttpRequest object 2924
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... Request::__construct ( callable $callback , mixed $data = null ) Constructs EventHttpRequest object. パラメ ... ttpRequest $req = null , mixed $arg = null ): void data User custom data passed to the callback. 戻り値 Re ... tHttpRequest , Constructs , construct , callback , data , request , passed , Adds , addHeader , pending ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
Send an HTML reply to the client 2924
« EventHttpRequest::sendError EventHttpRequest::sendReplyChunk » PHP Manual EventHttpRequest Sen ... y to the client. The body of the reply consists of data in optional buf parameter. パラメータ code The HTT ... EventHttpRequest::sendReplyChunk() - Send another data chunk as part of an ongoing chunked reply 関連キー ... eply , buf , sendReplyChunk , reason , sendError , data ...
https://man.plustar.jp/php/eventhttprequest.sendreply.html - [similar]
Creates new connection listener associated with an event base 2924
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... onstruct ( EventBase $base , callable $cb , mixed $data , int $flags , int $backlog , mixed $target ) Crea ... that will be invoked when new connection received. data Custom user data attached to cb . flags Bit mask o ... 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 ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 2924
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... >= 1.0.0) fann_train_on_file — Trains on an entire dataset, which is read from file, for a period of time ... , float $desired_error ): bool Trains on an entire dataset, which is read from file, for a period of time. ... ワークリソース。 filename The file containing train data max_epochs The maximum number of epochs the traini ... れ以外の場合に false を返します。 参考 fann_train_on_data() - Trains on an entire dataset for a period of ti ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]