検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 2443 for array (0.033 sec.)
Get Documents by their Ids. Utilizes Solr Realtime Get (RTG) 3390
« SolrClient::getById SolrClient::getDebug » PHP Manual SolrClient Get Documents by their Ids. U ... ltime Get (RTG) 説明 public SolrClient::getByIds ( array $ids ): SolrQueryResponse Get Documents by their I ... example <?php include "bootstrap.php" ; $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => ... ct Object ( [numFound] => 2 [start] => 0 [docs] => Array ( [0] => SolrObject Object ( [id] => GB18030TEST [ ... name] => Array ( [0] => Test with some GB18030 encoded characters ...
https://man.plustar.jp/php/solrclient.getbyids.html - [similar]
Converts the map to an array 3376
« Ds\Map::sum Ds\Map::union » PHP Manual Map Converts the map to an array Ds\Map::toArray (PECL ... ds >= 1.0.0) Ds\Map::toArray — Converts the map to an array 説明 public Ds\Map: ... :toArray (): array Converts the map to an array . 警告 Maps ... where non-scalar keys are can't be converted to an array . 警告 An array will treat all numeric keys as int ... he map will only result in 1 being included in the array. 注意 : Casting to an array is not supported yet. ...
https://man.plustar.jp/php/ds-map.toarray.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 3376
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフ ... ィルタリングする filter_input_array (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_input_array ... ションでそれらをフィルタリングする 説明 filter_input_array ( int $type , array | int $options = FILTER_DEFAUL ... T , bool $add_empty = true ): array | false | null この関数を使用すると、大量のデータを ... 、 配列の要素は追加されません。 例 例1 filter_input_array() の例 <?php /* データは、実際には POST リクエスト ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
Fetch the data for graph as array 3350
« rrd_error rrd_first » PHP Manual RRD 関数 Fetch the data for graph as array rrd_fetch (PECL rr ... >= 0.9.0) rrd_fetch — Fetch the data for graph as array 説明 rrd_fetch ( string $filename , array $options ... ): array Gets data for graph output from RRD database file ... as array. This function has same result as rrd_graph() , bu ... t fetched data are returned as array, no image file is created. パラメータ filename RRD ...
https://man.plustar.jp/php/function.rrd-fetch.html - [similar]
Constructs the object from a BSON array or document 3350
« MongoDB\BSON\Unserializable MongoDB\BSON\BinaryInterface » PHP Manual MongoDB\BSON\Unserializa ... ble Constructs the object from a BSON array or document MongoDB\BSON\Unserializable::bsonUnser ... sonUnserialize — Constructs the object from a BSON array or document 説明 abstract public MongoDB\BSON\Unse ... rializable::bsonUnserialize ( array $data ): void Called during unserialization of the ... object from BSON. The properties of the BSON array or document will be passed to the method as an arr ...
https://man.plustar.jp/php/mongodb-bson-unserializable.bsonunserialize.html - [similar]
Provides an array or document to serialize as BSON 3337
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... rovides an array or document to serialize as BSON MongoDB\BSON\Seri ... oDB\BSON\Serializable::bsonSerialize — Provides an array or document to serialize as BSON 説明 abstract pub ... lic MongoDB\BSON\Serializable::bsonSerialize (): array | object Called during serialization of the object ... to BSON. The method must return an array or stdClass . Root documents (e.g. a MongoDB\BSON\ ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
SplFixedArray クラス 3324
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... SplFixedArray クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに Spl ... FixedArray クラスは配列の主要な機能を提供します。 SplFixedArr ... ay と通常の PHP の配列との主な違いは、 SplFixedArray は手動でリサイズしなければならないことと、 整数値で ... 添字しか使用できないところです。 これにより、標準の array よりメモリ消費が少なくて済みます。 クラス概要 clas ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
関数・メソッド 3324
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... r::current - 現在の値を取得する AppendIterator::getArrayIterator - ArrayIterator を取得する AppendIterator: ... dIterator::__construct - AppendIterator を作成する array - 配列を生成する ArrayAccess::offsetExists - オフセ ... ットが存在するかどうか ArrayAccess::offsetGet - オフセットを取得する ArrayAcces ... s::offsetSet - 指定したオフセットに値を設定する ArrayAccess::offsetUnset - オフセットの設定を解除する Ar ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
JSON にシリアライズしたいデータを指定する 3324
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定 ... izable::jsonSerialize() で配列を返す例 <?php class ArrayValue implements JsonSerializable { public function ... __construct (array $array ) { $this -> array = $array ; } public func ... tion jsonSerialize () { return $this -> array ; } } $array = [ 1 , 2 , 3 ]; echo json_encode (ne ... w ArrayValue ( $array ), JSON_PRETTY_PRINT ); ?> 上の例の出 ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
ReflectionEnum クラス 3298
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... name ): ReflectionEnumUnitCase public getCases (): array public hasCase ( string $name ): bool public isBac ... ibutes ( ? string $name = null , int $flags = 0 ): array public ReflectionClass::getConstant ( string $name ... ctionClass::getConstants ( ? int $filter = null ): array public ReflectionClass::getConstructor (): ? Refle ... d public ReflectionClass::getDefaultProperties (): array public ReflectionClass::getDocComment (): string | ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]