検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 1190 for CLASS (0.018 sec.)
クラスのインスタンス化が可能であるかどうかを調べる 3994
« ReflectionClass::isInstance ReflectionClass::isInterface » PHP Manual ReflectionClass クラスの ... インスタンス化が可能であるかどうかを調べる ReflectionClass::isInstantiable (PHP 5, PHP 7, PHP 8) ReflectionCl ... 化が可能であるかどうかを調べる 説明 public ReflectionClass::isInstantiable (): bool クラスのインスタンス化が可 ... 、失敗した場合に false を返します。 例 例1 ReflectionClass::isInstantiable() の例 <?php class C { } interface ... iface { function f1 (); } class ifaceImpl implements iface { function f1 () {} } a ...
https://man.plustar.jp/php/reflectionclass.isinstantiable.html - [similar]
関数またはクラスのフラグを 取得/設定 する 3976
« uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uop ... t $flags = PHP_INT_MAX ): int uopz_flags ( string $class , string $function , int $flags = PHP_INT_MAX ): i ... 関数エントリのフラグを 取得/設定 します。 パラメータ class クラス名を指定します。 function 関数名を指定します ...class が指定され、 かつ function の値にから文字列が指定さ ... が渡された場合は、 OPcache が有効になっており、 かつ class や function のエントリが変更不能な場合、 RuntimeEx ...
https://man.plustar.jp/php/function.uopz-flags.html - [similar]
The Componere\Definition class 3953
« Componere\Abstract\Definition::getReflector Componere\Definition::__construct » PHP Manual Com ... ponere The Componere\Definition class The Componere\Definition class (Componere 2 >= 2.1 ... .0) はじめに The Definition class allows the programmer to build and register a type ... t runtime. Should a Definition replace an existing class, the existing class will be restored when the Defi ... nition is destroyed. クラス概要 final class Componere\Definition extends Componere\Abstract\De ...
https://man.plustar.jp/php/class.componere-definition.html - [similar]
Definition Construction 3953
« Componere\Definition Componere\Definition::addConstant » PHP Manual Componere\Definition Defin ... y $interfaces ) パラメータ name A case insensitive class name parent A case insensitive class name interfac ... es An array of case insensitive class names Exceptions 警告 Shall throw InvalidArgumentE ... ption if an attempt is made to replace an internal class 警告 Shall throw InvalidArgumentException if an at ... ace a trait 警告 Shall throw RuntimeException if a class in interfaces cannot be found 警告 Shall throw Run ...
https://man.plustar.jp/php/componere-definition.construct.html - [similar]
Dynamically removes the given method 3930
« runkit7_method_redefine runkit7_method_rename » PHP Manual runkit7 関数 Dynamically removes th ... given method 説明 runkit7_method_remove ( string $class_name , string $method_name ): bool 注意 : この関数 ... )のメソッドを操作することはできません。 パラメータ class_name The class in which to remove the method metho ... ます。 例 例1 runkit7_method_remove() example <?php class Example { function foo () { return "foo!\n" ; } fu ... ve ( 'Example' , 'foo' ); echo implode ( ' ' , get_class_methods ( 'Example' )); ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/function.runkit7-method-remove.html - [similar]
検索エンジン用の拡張モジュール 3913
« ZookeeperSessionException Solr » PHP Manual 関数リファレンス 検索エンジン用の拡張モジュール 検 ... putDocument クラス SolrDocument — The SolrDocument class SolrDocumentField — SolrDocumentField クラス SolrO ... ct — SolrObject クラス SolrClient — The SolrClient class SolrResponse — SolrResponse クラス SolrQueryRespon ... rModifiableParams クラス SolrQuery — The SolrQuery class SolrDisMaxQuery — The SolrDisMaxQuery class SolrCo ... llapseFunction — The SolrCollapseFunction class SolrException — SolrException クラス SolrClientExc ...
https://man.plustar.jp/php/refs.search.html - [similar]
Parsing and lexing 3890
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... ttern matching Character representations Character classes Unicode character classes Alternation and repeti ... ples Parser examples Parle\Lexer — The Parle\Lexer class Parle\Lexer::advance — Process next lexer rule Par ... eset — Reset lexer Parle\RLexer — The Parle\RLexer class Parle\RLexer::advance — Process next lexer rule Pa ... eset — Reset lexer Parle\Parser — The Parle\Parser class Parle\Parser::advance — Process next parser rule P ...
https://man.plustar.jp/php/book.parle.html - [similar]
The MongoDB\Driver\CursorId class 3890
« MongoDB\Driver\Cursor::valid MongoDB\Driver\CursorId::__construct » PHP Manual MongoDB\Driver ... The MongoDB\Driver\CursorId class The MongoDB\Driver\CursorId class (mongodb >=1.0.0 ... ) はじめに The MongoDB\Driver\CursorID class is a value object that represents a cursor ID. Ins ... tances of this class are returned by MongoDB\Driver\Cursor::getId() . ク ... ラス概要 final class MongoDB\Driver\CursorId implements Serializable , ...
https://man.plustar.jp/php/class.mongodb-driver-cursorid.html - [similar]
オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひとつとしてい... 3890
« interface_exists is_subclass_of » PHP Manual クラス/オブジェクト関数 オブジェクトがこのクラスの ... ているかどうかを調べる 説明 is_a ( mixed $object_or_class , string $class , bool $allow_string = false ): bo ... ol 指定した object_or_class がこのクラスのものであるか、 あるいはこのクラスをそ ... としているかどうかを調べます。 パラメータ object_or_class 調べたいクラス名、またはオブジェクトのインスタンス ... class クラス名。 allow_string このパラメータを false にす ...
https://man.plustar.jp/php/function.is-a.html - [similar]
The SVM class 3873
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... クラス概要 class SVM { /* Constants */ const int C_SVC = 0 ; const ... int NU_SVC = 1 ; const int ONE_CLASS = 2 ; const int EPSILON_SVR = 3 ; const int NU_SVR ... different, more flexible, error weighting SVM::ONE_CLASS One class SVM type. Train just on a single class, ... regression (predicting a value rather than just a class) SVM::NU_SVR A NU style SVM regression type SVM::K ...
https://man.plustar.jp/php/class.svm.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT