検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1131 for This (0.018 sec.)
Returns the string representation of this TimestampInterface 4101
« MongoDB\BSON\TimestampInterface::getTimestamp MongoDB\BSON\UTCDateTimeInterface » PHP Manual M ... tampInterface Returns the string representation of this TimestampInterface MongoDB\BSON\TimestampInterface ... :__toString — Returns the string representation of this TimestampInterface 説明 abstract public MongoDB\BS ... ません。 戻り値 Returns the string representation of this TimestampInterface. 参考 MongoDB\BSON\Timestamp::_ ... _toString() - Returns the string representation of this Timestamp 関連キーワード: TimestampInterface , BSO ...
https://man.plustar.jp/php/mongodb-bson-timestampinterface.tostring.html - [similar]
Returns the string representation of this UTCDateTimeInterface 4101
« MongoDB\BSON\UTCDateTimeInterface::toDateTime MongoDB\BSON\DBPointer » PHP Manual MongoDB\BSON ... TimeInterface Returns the string representation of this UTCDateTimeInterface MongoDB\BSON\UTCDateTimeInter ... :__toString — Returns the string representation of this UTCDateTimeInterface 説明 abstract public MongoDB\ ... ません。 戻り値 Returns the string representation of this UTCDateTimeInterface. 参考 MongoDB\BSON\UTCDateTim ... _toString() - Returns the string representation of this UTCDateTime 関連キーワード: UTCDateTimeInterface , ...
https://man.plustar.jp/php/mongodb-bson-utcdatetimeinterface.tostring.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 4101
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... 値が // "test" で始まる場合にのみ許可します return $this -> hasChildren () || ( strpos ( $this -> current ( ... __construct ( RecursiveIterator $rit , $word ) { $this -> word = $word ; parent :: __construct ( $rit ); ... } public function accept () { return $this -> hasChildren () OR strpos ( $this -> current (), ... $this -> word ) === 0 ; } public function getChildren () ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
Return class probabilities for previous unseen data 4101
« SVMModel::load SVMModel::predict » PHP Manual SVMModel Return class probabilities for previous ... MModel::predict_probability ( array $data ): float This function accepts an array of data and attempts to ... with the predict function. Additionally, however, this function returns an array of probabilities, one pe ... true. パラメータ data The array to be classified. This should be a series of key => value pairs in increa ... plied value will be filled with the probabilities. This will be either null, in the case of a model withou ...
https://man.plustar.jp/php/svmmodel.predict-probability.html - [similar]
Stringable インターフェイス 4077
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス St ... , string $oct2 , string $oct3 , string $oct4 ) { $this -> oct1 = $oct1 ; $this -> oct2 = $oct2 ; $this -> ... oct3 = $oct3 ; $this -> oct4 = $oct4 ; } public function __toString (): ... string { return " $this -> oct1 . $this -> oct2 . $this -> oct3 . $this -> ...
https://man.plustar.jp/php/class.stringable.html - [similar]
Returns the ID for this cursor 4077
« MongoDB\Driver\Cursor::current MongoDB\Driver\Cursor::getServer » PHP Manual MongoDB\Driver\Cu ... rsor Returns the ID for this cursor MongoDB\Driver\Cursor::getId (mongodb >=1.0 ... MongoDB\Driver\Cursor::getId — Returns the ID for this cursor 説明 final public MongoDB\Driver\Cursor::ge ... eturns the MongoDB\Driver\CursorId associated with this cursor. A cursor ID uniquely identifies the cursor ... ん。 戻り値 Returns the MongoDB\Driver\CursorId for this cursor. エラー / 例外 引数のパースに失敗した場合に ...
https://man.plustar.jp/php/mongodb-driver-cursor.getid.html - [similar]
オブジェクト内部で XML パーサを使用する 4054
« xml_set_notation_decl_handler xml_set_processing_instruction_handler » PHP Manual XML パーサ 関 ... ser { private $parser ; function __construct () { $this -> parser = xml_parser_create (); xml_set_object ( ... $this -> parser , $this ); xml_set_element_handler ( $th ... , "tag_close" ); xml_set_character_data_handler ( $this -> parser , "cdata" ); } function __destruct () { ... xml_parser_free ( $this -> parser ); unset( $this -> parser ); } function ...
https://man.plustar.jp/php/function.xml-set-object.html - [similar]
JSON にシリアライズしたいデータを指定する 4054
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定 ... e { public function __construct (array $array ) { $this -> array = $array ; } public function jsonSerializ ... e () { return $this -> array ; } } $array = [ 1 , 2 , 3 ]; echo json_e ... e { public function __construct (array $array ) { $this -> array = $array ; } public function jsonSerializ ... e () { return $this -> array ; } } $array = [ 'foo' => 'bar' , 'quux' ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
Returns the DateTime representation of this UTCDateTimeInterface 4054
« MongoDB\BSON\UTCDateTimeInterface MongoDB\BSON\UTCDateTimeInterface::__toString » PHP Manual M ... meInterface Returns the DateTime representation of this UTCDateTimeInterface MongoDB\BSON\UTCDateTimeInter ... oDateTime — Returns the DateTime representation of this UTCDateTimeInterface 説明 abstract public MongoDB\ ... せん。 戻り値 Returns the DateTime representation of this UTCDateTimeInterface. The returned DateTime should ... ateTime() - Returns the DateTime representation of this UTCDateTime 関連キーワード: UTCDateTimeInterface , ...
https://man.plustar.jp/php/mongodb-bson-utcdatetimeinterface.todatetime.html - [similar]
Encrypt a value 4030
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... an be inserted into MongoDB can be encrypted using this method. options Encryption options Option Type Des ... orithm string The encryption algorithm to be used. This option is required. Specify one of the following C ... aluating queries with indexed, encrypted payloads. This option only applies and may only be specified when ... es a key vault collection document by keyAltName . This option is mutually exclusive with keyId and exactl ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]