検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 1237 for data (0.044 sec.)
Adds data to a buffer event's output buffer 4202
« EventBufferEvent::sslSocket EventBufferEvent::writeBuffer » PHP Manual EventBufferEvent Adds data ... vent >= 1.2.6-beta) EventBufferEvent::write — Adds data to a buffer event's output buffer 説明 public Even ... tBufferEvent::write ( string $data ): bool Adds data to a buffer event's output buffe ... r パラメータ data Data to be added to the underlying buffer. 戻り値 ... t's output buffer 関連キーワード: buffer , event , data , Adds , output , EventBufferEvent , s , writeBuff ...
https://man.plustar.jp/php/eventbufferevent.write.html - [similar]
Adds data source definition for RRD database 4202
« RRDCreator::addArchive RRDCreator::__construct » PHP Manual RRDCreator Adds data source defini ... tion for RRD database RRDCreator::addDataSource (PECL rrd >= 0.9.0) ... RRDCreator::addDataSource — Adds data source definition for RRD databa ... se 説明 public RRDCreator::addDataSource ( string $description ): void RRD can accept ... input from several data sources (DS), e.g incoming and outgoing traffic. T ...
https://man.plustar.jp/php/rrdcreator.adddatasource.html - [similar]
ファイルのハードリンクを作る 4185
« eio_init eio_lstat » PHP Manual Eio 関数 ファイルのハードリンクを作る eio_link (PECL eio >= 0. ... O_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_link() は、 path へのハード ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 例 例1 eio_link ...
https://man.plustar.jp/php/function.eio-link.html - [similar]
シンボリックリンクの値を読む 4185
« eio_readdir eio_realpath » PHP Manual Eio 関数 シンボリックリンクの値を読む eio_readlink (PECL ... ing $path , int $pri , callable $callback , mixed $data = NULL ): resource パラメータ path シンボリックリン ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_readlink() ...
https://man.plustar.jp/php/function.eio-readlink.html - [similar]
Scale data in input vector before feed it to ann based on previously calculated ... 4185
« fann_scale_input_train_data fann_scale_output_train_data » PHP Manual Fann 関数 Scale data in ... nput (PECL fann >= 1.0.0) fann_scale_input — Scale data in input vector before feed it to ann based on pre ... resource $ann , array $input_vector ): bool Scale data in input vector before feed it to ann based on pre ... lse を返します。 参考 fann_descale_input() - Scale data in input vector after get it from ann based on pre ... calculated parameters fann_scale_output() - Scale data in output vector before feed it to ann based on pr ...
https://man.plustar.jp/php/function.fann-scale-input.html - [similar]
Scale data in output vector before feed it to ann based on previously calculated... 4185
« fann_scale_output_train_data fann_scale_train_data » PHP Manual Fann 関数 Scale data in output ... put (PECL fann >= 1.0.0) fann_scale_output — Scale data in output vector before feed it to ann based on pr ... resource $ann , array $output_vector ): bool Scale data in output vector before feed it to ann based on pr ... se を返します。 参考 fann_descale_output() - Scale data in output vector after get it from ann based on pr ... y calculated parameters fann_scale_input() - Scale data in input vector before feed it to ann based on pre ...
https://man.plustar.jp/php/function.fann-scale-output.html - [similar]
Constructs the object from a BSON array or document 4117
« MongoDB\BSON\Unserializable MongoDB\BSON\BinaryInterface » PHP Manual MongoDB\BSON\Unserializa ... goDB\BSON\Unserializable::bsonUnserialize ( array $data ): void Called during unserialization of the objec ... emember to check for an _id property when handling data from a BSON document. 注意 : This method acts as t ... d will not be called after this method. パラメータ data ( array ) Properties within the BSON array or docu ... lements MongoDB \ BSON \ Unserializable { private $data = []; function bsonUnserialize (array $data ) { $t ...
https://man.plustar.jp/php/mongodb-bson-unserializable.bsonunserialize.html - [similar]
Moves all data from source buffer to the front of current buffer 4083
« EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source b ... 1.2.6-beta) EventBuffer::prependBuffer — Moves all data from source buffer to the front of current buffer ... as EventBuffer::addBuffer() , except that it moves data to the front of the buffer. パラメータ buf Source ... alse を返します。 参考 EventBuffer::add() - Append data to the end of an event buffer EventBuffer::addBuff ... er() - Move all data from a buffer provided to the current instance of ...
https://man.plustar.jp/php/eventbuffer.prependbuffer.html - [similar]
The MongoDB\BSON\Binary class 4066
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... ss (mongodb >=1.0.0) はじめに BSON type for binary data (i.e. array of bytes). Binary values also have a s ... ubtype, which is used to indicate what kind of data is in the byte array. Subtypes from zero to 127 ar ... /* メソッド */ final public __construct ( string $data , int $type ) final public getData (): string fina ... 数 MongoDB\BSON\Binary::TYPE_GENERIC Generic binary data. MongoDB\BSON\Binary::TYPE_FUNCTION Function. Mong ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
Serializable インターフェイス 4066
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラ ... erialize (): ? string public unserialize ( string $data ): void } 例1 基本的な使用法 <?php class obj imple ... ments Serializable { private $data ; public function __construct () { $this -> data = ... "My private data" ; } public function serialize () { return seriali ... ze ( $this -> data ); } public function unserialize ( $data ) { $this ...
https://man.plustar.jp/php/class.serializable.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT