検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 107 for constant (0.021 sec.)
定義されている定数を取得する 6266
« ReflectionClass::getAttributes ReflectionClass::getConstants » PHP Manual ReflectionClass 定義 ... されている定数を取得する ReflectionClass::getConstant (PHP 5, PHP 7, PHP 8) ReflectionClass::getConstant ... ている定数を取得する 説明 public ReflectionClass::getConstant ( string $name ): mixed 定義されている定数を取得し ... 合は、 false を返します。 例 例1 ReflectionClass::getConstant() の使い方 <?php class Example { const C1 = false ... ; const C2 = 'I am a constant' ; } $reflection = new ReflectionClass ( 'Example' ...
https://man.plustar.jp/php/reflectionclass.getconstant.html - [similar]
The MongoDB\Driver\ReadConcern class 6227
« MongoDB\Driver\ReadPreference::unserialize MongoDB\Driver\ReadConcern::bsonSerialize » PHP Man ... ents MongoDB\BSON\Serializable , Serializable { /* Constants */ const string AVAILABLE = "available" ; const s ... 1.0 Added the MongoDB\Driver\ReadConcern::SNAPSHOT constant. PECL mongodb 1.7.0 Implements Serializable . PECL ... .0 Added the MongoDB\Driver\ReadConcern::AVAILABLE constant. PECL mongodb 1.2.0 Added the MongoDB\Driver\ReadC ... oncern::LINEARIZABLE constant. Implements MongoDB\BSON\Serializable . 参考 » Rea ...
https://man.plustar.jp/php/class.mongodb-driver-readconcern.html - [similar]
FAQ: 名前空間について知っておくべきこと 6227
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... t is not applied $a = FOO ; // sets $a to value of constant "foo\FOO" - import is not applied $b = INI_ALL ; / ... / sets $b to value of global constant "INI_ALL" ?> インポートした名前が同一ファイルで定義 ... p namespace bar ; $a = FOO ; // notice - undefined constants "FOO" assumed "FOO"; $a = \ FOO ; // fatal error, ... undefined namespace constant FOO $a = Bar \ FOO ; // fatal error, undefined nam ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
式を画像に適用する 6189
« Imagick::equalizeImage Imagick::exportImagePixels » PHP Manual Imagick 式を画像に適用する Imag ... 明 public Imagick::evaluateImage ( int $op , float $constant , int $channel = Imagick::CHANNEL_DEFAULT ): bool ... たりすることができます。 パラメータ op 評価演算子。 constant 演算子の値。 channel チャネルモードに対応したチャネ ...
https://man.plustar.jp/php/imagick.evaluateimage.html - [similar]
オブジェクト インターフェイス 6151
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジ ... スでの定数 <?php interface A { const B = 'Interface constant' ; } // Interface constant と表示します。 echo A : ... : B ; class B implements A { const B = 'Class constant' ; } // Class constant と表示します。 // PHP 8.1.0 ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
Prepares and executes a query 6035
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... $direction (optional) One of the following SQLSRV constants used to indicate the parameter direction: SQLSRV_ ... V_PARAM_IN. $phpType (optional) A SQLSRV_PHPTYPE_* constant that specifies PHP data type of the returned value ... . $sqlType (optional) A SQLSRV_SQLTYPE_* constant that specifies the SQL Server data type of the inp ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
名前空間の使用法: エイリアス/インポート 6035
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使 ... ; // 定数をインポートします use const My \ Full \ CONSTANT ; $obj = new namespace\ Another ; // foo\Another ク ... c (); // 関数 My\Full\functionName を呼びます echo CONSTANT ; // 定数 My\Full\CONSTANT の値を表示します ?> 名前 ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
Color Manipulation 5997
« UI\Draw\Color::__construct UI\Draw\Color::setChannel » PHP Manual UI\Draw\Color Color Manipula ... etrieve the value for a channel パラメータ channel Constant channel identity 戻り値 The current value of the r ...
https://man.plustar.jp/php/ui-draw-color.getchannel.html - [similar]
すべての定数の名前とその値を連想配列として返す 5946
« get_current_user get_extension_funcs » PHP Manual PHP オプション/情報 関数 すべての定数の名前と ... その値を連想配列として返す get_defined_constants (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) get_defined ... _constants — すべての定数の名前とその値を連想配列として返す ... 説明 get_defined_constants ( bool $categorize = false ): array 現在定義されて ... の値が下位レベルに格納されます。 <?php define ( "MY_CONSTANT" , 1 ); print_r ( get_defined_constants ( true )); ...
https://man.plustar.jp/php/function.get-defined-constants.html - [similar]
Add tag retrieved in query 5946
« RpmInfo 関数 rpmdbinfo » PHP Manual RpmInfo 関数 Add tag retrieved in query rpmaddtag (PECL rp ... subsequent queries. パラメータ tag One of RPMTAG_* constant, see the rpminfo constants page. 戻り値 成功した場 ...
https://man.plustar.jp/php/function.rpmaddtag.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT