検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 275 for [SIMILAR] 16 1024 4096 WITH 30545 solrillegalarg... (0.178 sec.)
オブジェクトとの違い 0
« 定数式における列挙型の値 値のリスト » PHP Manual 列挙型(Enum) オブジェクトとの違い オブジェクトとの違い 列挙型はクラスやオブジェクトの上に構築されていますが、 オブジェクトに関連する機能を全てサポートしているわけではありません。 特に、列挙型では状態を持つことが禁止されています。 コンスト ...
https://man.plustar.jp/php/language.enumerations.object-differences.html - [similar]
クラスの抽象化 0
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象化 クラスの抽象化 PHP には、抽象クラスと抽象メソッドの機能があります。 abstract として定義されたクラスのインスタンスを生成することはできません。 1つ以上の抽象メソッドを含む全てのクラスもまた抽 ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
ReflectionProperty オブジェクトを作成する 0
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty ReflectionProperty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) ReflectionProperty::__construct — ReflectionProperty オブジェクトを作成する 説明 public ReflectionPrope ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
Enables caching for result grouping 0
« SolrQuery::setGroup SolrQuery::setGroupFacet » PHP Manual SolrQuery Enables caching for result grouping SolrQuery::setGroupCachePercent (PECL solr >= 2.2.0) SolrQuery::setGroupCachePercent — Enables caching for result grouping 説明 public SolrQuery::setGroupCachePercent ( int $percent ...
https://man.plustar.jp/php/solrquery.setgroupcachepercent.html - [similar]
Yaf_Session クラス 0
« Yaf_Route_Supervar::route Yaf_Session::__construct » PHP Manual Yaf Yaf_Session クラス Yaf_Session クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Session implements Iterator , ArrayAccess , Countable { /* プロパティ */ protected static $ _instance ; protected $ _session ; protected ...
https://man.plustar.jp/php/class.yaf-session.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
メソッドのアクセス範囲を設定する 0
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッドのアクセス範囲を設定する ReflectionMethod::setAccessible (PHP 5 >= 5.3.2, PHP 7, PHP 8) ReflectionMethod::setAccessible — メソッドのアクセス範囲を設定する 説明 public ReflectionMethod::setAcce ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
プロパティのアクセス範囲を設定する 0
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロパティのアクセス範囲を設定する ReflectionProperty::setAccessible (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionProperty::setAccessible — プロパティのアクセス範囲を設定する 説明 public ReflectionPro ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
Key Callback 0
« UI\Area::onDraw UI\Area::onMouse » PHP Manual UI\Area Key Callback UI\Area::onKey (UI 0.9.9) UI\Area::onKey — Key Callback 説明 protected UI\Area::onKey ( string $key , int $ext , int $flags ) Shall be executed on key events パラメータ key The key pressed ext The extended key pressed f ...
https://man.plustar.jp/php/ui-area.onkey.html - [similar]
Mouse Callback 0
« UI\Area::onKey UI\Area::redraw » PHP Manual UI\Area Mouse Callback UI\Area::onMouse (UI 0.9.9) UI\Area::onMouse — Mouse Callback 説明 protected UI\Area::onMouse ( UI\Point $areaPoint , UI\Size $areaSize , int $flags ) Shall be executed on mouse events パラメータ areaPoint The co-ordina ...
https://man.plustar.jp/php/ui-area.onmouse.html - [similar]