検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 1160 for Object (0.260 sec.)
Get Document By Id. Utilizes Solr Realtime Get (RTG) 2775
« SolrClient::__destruct SolrClient::getByIds » PHP Manual SolrClient Get Document By Id. Utiliz ... 上の例の出力は、 たとえば以下のようになります。 SolrObject Object ( [doc] => SolrObject Object ( [id] => GB18 ... ent , Id , By , SolrClient , getById , Array , SolrObject ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
PHP の配列を SplFixedArray インスタンスにインポートする 2775
« SplFixedArray::current SplFixedArray::getSize » PHP Manual SplFixedArray PHP の配列を SplFixed ... ar_dump ( $fa ); ?> 上の例の出力は以下となります。 object(SplFixedArray)#1 (4) { [0]=> int(2) [1]=> int(1) [ ... 2]=> NULL [3]=> int(3) } object(SplFixedArray)#2 (3) { [0]=> int(1) [1]=> int(2) [ ...
https://man.plustar.jp/php/splfixedarray.fromarray.html - [similar]
イテレータをストレージの最初の要素に巻き戻す 2775
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... テレータをストレージの最初の要素に巻き戻す SplObjectStorage::rewind (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplO ... タをストレージの最初の要素に巻き戻す 説明 public SplObjectStorage::rewind (): void イテレータをストレージの最 ... ータはありません。 戻り値 値を返しません。 例 例1 SplObjectStorage::rewind() の例 <?php $s = new SplObjectStor ... ; while( $s -> valid ()) { $index = $s -> key (); $object = $s -> current (); // current($s) と同等 $data = ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]
Copy data from named shared memory 2775
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... o protect shared memory with other synchronization objects. // Shared memory goes away when the last referen ... :__construct() - Constructs a new SyncSharedMemory object SyncSharedMemory::first() - Check to see if the ob ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
Copy data to named shared memory 2775
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... o protect shared memory with other synchronization objects. // Shared memory goes away when the last referen ... :__construct() - Constructs a new SyncSharedMemory object SyncSharedMemory::first() - Check to see if the ob ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
指定したインデックスに新しい値をセットする 2752
« ArrayObject::offsetGet ArrayObject::offsetUnset » PHP Manual ArrayObject 指定したインデックスに ... 新しい値をセットする ArrayObject::offsetSet (PHP 5, PHP 7, PHP 8) ArrayObject::offs ... インデックスに新しい値をセットする 説明 public ArrayObject::offsetSet ( mixed $key , mixed $value ): void 指定 ... y の新しい値。 戻り値 値を返しません。 例 例1 ArrayObject::offsetSet() の例 <?php class Example { public $pr ... operty = 'prop:public' ; } $arrayobj = new ArrayObject (new Example ()); $arrayobj -> offsetSet ( 4 , 'fo ...
https://man.plustar.jp/php/arrayobject.offsetset.html - [similar]
The MongoDB\Driver\WriteConcern class 2752
« MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual ... y" ; /* メソッド */ final public bsonSerialize (): object final public __construct ( string | int $w , int $ ... DB\Driver\WriteConcern::bsonSerialize — Returns an object for BSON serialization MongoDB\Driver\WriteConcern ...
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html - [similar]
collator のロケール名を取得する 2752
« Collator::getErrorMessage Collator::getSortKey » PHP Manual Collator collator のロケール名を取 ... g | false 手続き型 collator_get_locale ( Collator $object , int $type ): string | false collector のロケール ... 名を取得します。 パラメータ object Collator オブジェクト。 type 妥当なロケールか実際の ...
https://man.plustar.jp/php/collator.getlocale.html - [similar]
指定した collator とキーで配列を並べ替える 2752
« Collator::setStrength Collator::sort » PHP Manual Collator 指定した collator とキーで配列を並べ ... 手続き型 collator_sort_with_sort_keys ( Collator $object , array &$array ): bool collator_sort() と似ていま ... とで 大きな配列をより高速に処理できます。 パラメータ object Collator オブジェクト。 array 並べ替えたい文字列の ...
https://man.plustar.jp/php/collator.sortwithsortkeys.html - [similar]
指定した DateTime に関連するタイムゾーンを返す 2752
« DateTime::getTimestamp DateTime::__wakeup » PHP Manual DateTimeInterface 指定した DateTime に関 ... one | false 手続き型 date_timezone_get ( DateTime $object ): DateTimeZone | false 指定した DateTime に関連す ... るタイムゾーンを返します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジ ...
https://man.plustar.jp/php/datetime.gettimezone.html - [similar]