Results of 61 - 70 of about 88 for obj (0.016 sec.)
- SolrPingResponse クラス 5924
- « SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingRespons
...
nds SolrResponse { /* 定数 */ const int PARSE_SOLR_OBJ = 0 ; const int PARSE_SOLR_DOC = 1 ; /* プロパティ ...
): string public SolrResponse::getResponse (): SolrObject public SolrResponse::setParseMode ( int $parser ...
ポンスの HTTP ステータス parser_mode Solr 文書を SolrObject または SolrDocument インスタンスとしてパースする ...
ngResponse クラス定数 SolrPingResponse::PARSE_SOLR_OBJ 文書は、SolrObject インスタンスとしてパースされなけ ...
-
https://man.plustar.jp/php/class.solrpingresponse.html
- [similar]
- SolrResponse クラス 5764
- « SolrClient::threads SolrResponse::getDigestedResponse » PHP Manual Solr SolrResponse クラス So
...
ass SolrResponse { /* 定数 */ const int PARSE_SOLR_OBJ = 0 ; const int PARSE_SOLR_DOC = 1 ; /* プロパティ ...
etRequestUrl (): string public getResponse (): SolrObject public setParseMode ( int $parser_mode = 0 ): b ...
ポンスの HTTP ステータス parser_mode Solr 文書を SolrObject または SolrDocument インスタンスとしてパースする ...
数 SolrResponse クラス定数 SolrResponse::PARSE_SOLR_OBJ 文書は、SolrObject インスタンスとしてパースされなけ ...
-
https://man.plustar.jp/php/class.solrresponse.html
- [similar]
- コンストラクタとデストラクタ 5764
- « クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデスト
...
トラクタを継承します } // In BaseClass constructor $obj = new BaseClass (); // In BaseClass constructor // ...
In SubClass constructor $obj = new SubClass (); // In BaseClass constructor $ob ...
() { print "Destroying " . __CLASS__ . "\n" ; } } $obj = new MyDestructableClass (); コンストラクタと同様 ...
-
https://man.plustar.jp/php/language.oop5.decon.html
- [similar]
- プロパティ 5710
- « クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの
...
est { public function __construct (public readonly object $obj ) {} } $test = new Test (new stdClass ); / ...
/ 有効なオブジェクト内部の変更 $test -> obj -> foo = 1 ; // 不正な再代入 $test -> obj = new st ...
-
https://man.plustar.jp/php/language.oop5.properties.html
- [similar]
- コールバック / Callable 5656
- « NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c
...
od' )); // タイプ 3: オブジェクトメソッドのコール $obj = new MyClass (); call_user_func (array( $obj , 'm ...
-
https://man.plustar.jp/php/language.types.callable.html
- [similar]
- サーバーのパラメータおよび状態を、実行時に変更する 5656
- « Memcache::setCompressThreshold Memcache 関数 » PHP Manual Memcache サーバーのパラメータおよび状
...
emcache_failure' ); /* 手続き型の API */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); me ...
mcache_set_server_params ( $memcache_obj , 'memcache_host' , 11211 , 1 , 15 , true , '_call ...
-
https://man.plustar.jp/php/memcache.setserverparams.html
- [similar]
- 配列または Countable オブジェクトに含まれるすべての要素の数を数える 5603
- « compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素
...
Warning: count(): Parameter must be an array or an object that implements Countable in … on line 12 int(0 ...
Warning: count(): Parameter must be an array or an object that implements Countable in … on line 14 int(1 ...
return count ( get_class_methods ( $this )); } } $obj = new CountOfMethods (); var_dump ( count ( $obj ) ...
-
https://man.plustar.jp/php/function.count.html
- [similar]
- 下位互換性のない変更点 5603
- « 新しいグローバル定数 PHP 7.3.x で推奨されなくなる機能 » PHP Manual PHP 7.2.x から PHP 7.3.x へ
...
ェクトに対する、 数値形式の文字列キーの解釈が厳密に $obj が ArrayAccess を実装したオブジェクトで、 "123" が ...
黙のうちに整数型に変換されなくなりました。 つまり、 $obj->offsetGet(123) ではなく、 $obj->offsetGet("123") ...
-
https://man.plustar.jp/php/migration73.incompatible.html
- [similar]
- パースモードを設定 5603
- « SolrResponse::getResponse SolrResponse::success » PHP Manual SolrResponse パースモードを設定 S
...
ス内の文書をパースします。 SolrResponse::PARSE_SOLR_OBJ は、SolrObjects 内に文書をパースします。 戻り値 成 ...
-
https://man.plustar.jp/php/solrresponse.setparsemode.html
- [similar]
- The Hashable interface 5549
- « Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface
...
it) はじめに Hashable is an interface which allows objects to be used as keys. It's an alternative to spl ...
_object_hash() , which determines an object's hash base ...
d on its handle: this means that two objects that are considered equal by an implicit defin ...
is used to return a scalar value to be used as the object's hash value, which determines where it goes in ...
-
https://man.plustar.jp/php/class.ds-hashable.html
- [similar]