検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 107 for constant (0.032 sec.)
定数を未定義化 7979
« uopz_set_static uopz_unset_hook » PHP Manual Uopz 関数 定数を未定義化 uopz_undefine (PECL uopz ... fine — 定数を未定義化 説明 uopz_undefine ( string $constant ): bool uopz_undefine ( string $class , string $co ... : bool 実行時に定数を除去します。 パラメータ class constant を含むクラスの名前 constant 既存の定数名 戻り値 成 ... ol(false) 関連キーワード: uopz , 定数 , undefine , constant , string , クラス , 失敗 , 成功 , 既存 , 名前 ...
https://man.plustar.jp/php/function.uopz-undefine.html - [similar]
定数を再定義 7902
« uopz_overload uopz_rename » PHP Manual Uopz 関数 定数を再定義 uopz_redefine (PECL uopz 1, PECL ... define — 定数を再定義 説明 uopz_redefine ( string $constant , mixed $value ): bool uopz_redefine ( string $cla ... ss , string $constant , mixed $value ): bool 指定された constant を valu ... 定義します。 パラメータ class 定数を含むクラスの名前 constant 定数名 value 定数の新しい値。定数のバリアブルに対し ... ます。 1000 関連キーワード: uopz , 定数 , redefine , constant , string , overload , rename , Uopz , 関数 , 定義 ...
https://man.plustar.jp/php/function.uopz-redefine.html - [similar]
The RarEntry class 7813
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... return value of RarEntry::getHostOs() equals this constant, MS-DOS was used to add this entry. Use instead of ... return value of RarEntry::getHostOs() equals this constant, OS/2 was used to add this entry. Intended to repl ... return value of RarEntry::getHostOs() equals this constant, Microsoft Windows was used to add this entry. Int ... return value of RarEntry::getHostOs() equals this constant, an unspecified UNIX OS was used to add this entry ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
定義済み定数 7698
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... ロードされている場合のみ使用可能です。 The following constants can be used when executing SQL statement. They ca ... and cubrid_execute() . CUBRID SQL execution flags Constant Description CUBRID_INCLUDE_OID Determine whether t ... n executing multiple SQL statements. The following constants can be used when fetching the results to specify ... ch() and cubrid_fetch_array() . CUBRID fetch flags Constant Description CUBRID_NUM Get query result as a numer ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
RADIUS Packet Types 7621
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... equests or responses, always include a type. These constants are provided to make it easier to specify types w ... e sent in the form of a CoA-ACK or a CoA-NAK. This constant is available in PECL radius 1.3.0 and later. RADIU ... at the user authorisations have been updated. This constant is available in PECL radius 1.3.0 and later. RADIU ... the user authorisations could not be updated. This constant is available in PECL radius 1.3.0 and later. RADIU ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
定義済み定数 7455
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... HPTYPE_STREAM ( int ) Specifies a PHP stream. This constant works like a function and accepts an encoding cons ... tant. See the SQLSRV_ENC_* constants. For usage information, see » How to: Specify PHP ... ING ( int ) Specifies a string PHP data type. This constant works like a function and accepts an encoding cons ... tant. See the SQLSRV_ENC_* constants. For usage information, see » How to: Specify PHP ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
Construct a new Font Descriptor 7455
« UI\Draw\Text\Font\Descriptor UI\Draw\Text\Font\Descriptor::getFamily » PHP Manual UI\Draw\Text ... The preferred size weight UI\Draw\Text\Font\Weight constant italic UI\Draw\Text\Font\Italic constant stretch U ... I\Draw\Text\Font\Stretch constant 関連キーワード: Font , Descriptor , Text , new , C ... onstruct , construct , size , int , constant , weight ...
https://man.plustar.jp/php/ui-draw-text-font-descriptor.construct.html - [similar]
指定した名前の定数が存在するかどうかを調べる 7378
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... 数が存在するかどうかを調べる 説明 defined ( string $constant_name ): bool 指定した定数が存在し、定義されているか ... function_exists() を利用してください。 パラメータ constant_name 定数名。 戻り値 constant_name で指定した名前の ... } ?> 参考 define() - 名前を指定して定数を定義する constant() - 定数の値を返す get_defined_constants() - すべて ... 連キーワード: 定数 , 存在 , 名前 , 指定 , defined , constant , 定義 , 関数 , function , define ...
https://man.plustar.jp/php/function.defined.html - [similar]
オブジェクト定数 7378
« プロパティ クラスのオートローディング » PHP Manual クラスとオブジェクト オブジェクト定数 オブジ ... 。 例1 定数の定義と使用 <?php class MyClass { const CONSTANT = 'constant value' ; function showConstant () { ec ... ho self :: CONSTANT . "\n" ; } } echo MyClass :: CONSTANT . "\n" ; $cl ... assname = "MyClass" ; echo $classname :: CONSTANT . "\n" ; $class = new MyClass (); $class -> showCo ... nstant (); echo $class :: CONSTANT . "\n" ; ?> 特別な ::class 定数を使うと、 コンパイ ...
https://man.plustar.jp/php/language.oop5.constants.html - [similar]
ReflectionEnumBackedCase オブジェクトをインスタンス化する 7097
« ReflectionEnumBackedCase ReflectionEnumBackedCase::getBackingValue » PHP Manual ReflectionEnum ... se::__construct ( object | string $class , string $constant ) パラメータ class 列挙型のインスタンス、またはその ... 名前。 constant 列挙型の定数名。 関連キーワード: ReflectionEnumBac ... kedCase , オブジェクト , construct , string , constant , getBackingValue , public , パラメータ , インスタ ...
https://man.plustar.jp/php/reflectionenumbackedcase.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT