検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 269 for [SIMILAR] 16 1024 4096 WITH 25703 solrmissingman... (0.330 sec.)
SplMaxHeap クラス 0
« SplHeap::valid SplMaxHeap::compare » PHP Manual データ構造 SplMaxHeap クラス SplMaxHeap クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplMaxHeap クラスは、ヒープの主要な機能を提供し、最大値を先頭に保ちます。 クラス概要 class SplMaxHeap extends SplHeap { /* メソッド */ protected compar ...
https://man.plustar.jp/php/class.splmaxheap.html - [similar]
SplMinHeap クラス 0
« SplMaxHeap::compare SplMinHeap::compare » PHP Manual データ構造 SplMinHeap クラス SplMinHeap クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplMinHeap クラスは、ヒープの主要な機能を提供し、最小値を先頭に保ちます。 クラス概要 class SplMinHeap extends SplHeap { /* メソッド */ protected c ...
https://man.plustar.jp/php/class.splminheap.html - [similar]
Yaf_Action_Abstract クラス 0
« Yaf_Controller_Abstract::setViewpath Yaf_Action_Abstract::execute » PHP Manual Yaf Yaf_Action_Abstract クラス Yaf_Action_Abstract クラス (Yaf >=1.0.0) はじめに アクションは、Yaf の個別のファイルで定義します ( Yaf_Controller_Abstract を参照ください)。 アクションメソッドには Yaf_Action_A ...
https://man.plustar.jp/php/class.yaf-action-abstract.html - [similar]
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
設定情報を取得する 0
« Yaf_Application::getAppDirectory Yaf_Application::getDispatcher » PHP Manual Yaf_Application 設定情報を取得する Yaf_Application::getConfig (Yaf >=1.0.0) Yaf_Application::getConfig — 設定情報を取得する 説明 public Yaf_Application::getConfig (): Yaf_Config_Abstract パラメータ この関数には ...
https://man.plustar.jp/php/yaf-application.getconfig.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 0
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブジェクトのプロパティを配列で返す get_mangled_object_vars (PHP 7 >= 7.4.0, PHP 8) get_mangled_object_vars — マングリングされたオブジェクトのプロパティを配列で返す 説明 get_mangled_object_vars ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
サーバー固有のモジュール 0
« SolrMissingMandatoryParameterException Apache » PHP Manual 関数リファレンス サーバー固有のモジュール サーバー固有のモジュール Apache はじめに インストール/設定 定義済み定数 Apache 関数 FastCGI Process Manager(FPM) はじめに インストール/設定 オブザーバビリティ(可観測性) FPM 関数 関連キー ...
https://man.plustar.jp/php/refs.utilspec.server.html - [similar]
ReflectionClassConstant クラス 0
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション ReflectionClassConstant クラス ReflectionClassConstant クラス (PHP 7 >= 7.1.0, PHP 8) はじめに ReflectionClassConstant クラスは、クラス定数に関する情報を報告します。 クラス概要 class Reflection ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]
オブジェクトとの違い 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]