Results of 1 - 10 of about 91 for attribute (0.003 sec.)
- The RarEntry class 11624
- « RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas
...
ST_MACOS = 4 ; const int HOST_BEOS = 5 ; const int ATTRIBUTE_WIN_READONLY = 1 ; const int ATTRIBUTE_WIN_HIDDEN ...
= 2 ; const int ATTRIBUTE_WIN_SYSTEM = 4 ; const int ATTRIBUTE_WIN_DIRECTORY ...
= 16 ; const int ATTRIBUTE_WIN_ARCHIVE = 32 ; const int ATTRIBUTE_WIN_DEVICE ...
= 64 ; const int ATTRIBUTE_WIN_NORMAL = 128 ; const int ATTRIBUTE_WIN_TEMPORA ...
-
https://man.plustar.jp/php/class.rarentry.html
- [similar]
- RADIUS Attribute Types 10932
- « RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS Attribute
...
tribute Types RADIUS Attribute Types These constants define RADIUS attribute type ...
_string() . RADIUS_USER_NAME ( int ) The User-Name attribute. The attribute value is expected to be a string co ...
) . RADIUS_USER_PASSWORD ( int ) The User-Password attribute. The attribute value is expected to be a string co ...
5 . RADIUS_CHAP_PASSWORD ( int ) The Chap-Password attribute. The attribute value is expected to be a string wi ...
-
https://man.plustar.jp/php/radius.constants.attributes.html
- [similar]
- アトリビュートクラスを宣言する 10015
- « リフレクションAPI を使ってアトリビュートを読み取る リファレンスの説明 » PHP Manual アトリビュー
...
名前空間からuse文でインポートできる アトリビュート #[Attribute] を宣言した空のクラスだけが必要です。 例1 単純なア ...
トリビュートクラスの例 <?php namespace Example ; use Attribute ; #[Attribute] class MyAttribute { } アトリビュート ...
を割り当てられる場所を制限するために、 #[Attribute] 宣言の第一引数にビットマスクを渡すことができます。 ...
ットとなるクラスを作る <?php namespace Example ; use Attribute ; #[Attribute(Attribute::TARGET_METHOD | Attribute ...
-
https://man.plustar.jp/php/language.attributes.classes.html
- [similar]
- Extracts the data from a tagged attribute 9390
- « radius_get_attr radius_get_tagged_attr_tag » PHP Manual Radius 関数 Extracts the data from a t
...
agged attribute radius_get_tagged_attr_data (PECL radius >= 1.3.0) ...
tagged_attr_data — Extracts the data from a tagged attribute 説明 radius_get_tagged_attr_data ( string $data ): ...
string | false If a tagged attribute has been returned from radius_get_attr() , radius_ ...
t_tagged_attr_data() will return the data from the attribute. パラメータ data The tagged attribute to be decode ...
-
https://man.plustar.jp/php/function.radius-get-tagged-attr-data.html
- [similar]
- Extracts the tag from a tagged attribute 9350
- « radius_get_tagged_attr_data radius_get_vendor_attr » PHP Manual Radius 関数 Extracts the tag f
...
rom a tagged attribute radius_get_tagged_attr_tag (PECL radius >= 1.3.0) ...
t_tagged_attr_tag — Extracts the tag from a tagged attribute 説明 radius_get_tagged_attr_tag ( string $data ): ...
int | false If a tagged attribute has been returned from radius_get_attr() , radius_ ...
et_tagged_attr_data() will return the tag from the attribute. パラメータ data The tagged attribute to be decode ...
-
https://man.plustar.jp/php/function.radius-get-tagged-attr-tag.html
- [similar]
- 属性を取得する 9164
- « NumberFormatter::format NumberFormatter::getErrorCode » PHP Manual NumberFormatter 属性を取得す
...
る NumberFormatter::getAttribute numfmt_get_attribute (PHP 5 >= 5.3.0, PHP 7, PHP 8 ...
, PECL intl >= 1.0.0) NumberFormatter::getAttribute -- numfmt_get_attribute — 属性を取得する 説明 オブ ...
ジェクト指向型 public NumberFormatter::getAttribute ( int $attribute ): int | float | false 手続き型 n ...
umfmt_get_attribute ( NumberFormatter $formatter , int $attribute ): i ...
-
https://man.plustar.jp/php/numberformatter.getattribute.html
- [similar]
- 属性を設定する 9137
- « NumberFormatter::parse NumberFormatter::setPattern » PHP Manual NumberFormatter 属性を設定する
...
NumberFormatter::setAttribute numfmt_set_attribute (PHP 5 >= 5.3.0, PHP 7, PHP 8 ...
, PECL intl >= 1.0.0) NumberFormatter::setAttribute -- numfmt_set_attribute — 属性を設定する 説明 オブ ...
ジェクト指向型 public NumberFormatter::setAttribute ( int $attribute , int | float $value ): bool 手続 ...
き型 numfmt_set_attribute ( NumberFormatter $formatter , int $attribute , in ...
-
https://man.plustar.jp/php/numberformatter.setattribute.html
- [similar]
- 照合用の属性の値を取得する 9097
- « Collator::create Collator::getErrorCode » PHP Manual Collator 照合用の属性の値を取得する Colla
...
tor::getAttribute collator_get_attribute (PHP 5 >= 5.3.0, PHP 7, PHP ...
8, PECL intl >= 1.0.0) Collator::getAttribute -- collator_get_attribute — 照合用の属性の値を取得 ...
する 説明 オブジェクト指向型 public Collator::getAttribute ( int $attribute ): int | false 手続き型 collator_ ...
get_attribute ( Collator $object , int $attribute ): int | false ...
-
https://man.plustar.jp/php/collator.getattribute.html
- [similar]
- 照合用の属性を設定する 9097
- « Collator::getStrength Collator::setStrength » PHP Manual Collator 照合用の属性を設定する Colla
...
tor::setAttribute collator_set_attribute (PHP 5 >= 5.3.0, PHP 7, PHP ...
8, PECL intl >= 1.0.0) Collator::setAttribute -- collator_set_attribute — 照合用の属性を設定する ...
説明 オブジェクト指向型 public Collator::setAttribute ( int $attribute , int $value ): bool 手続き型 col ...
lator_set_attribute ( Collator $object , int $attribute , int $value ) ...
-
https://man.plustar.jp/php/collator.setattribute.html
- [similar]
- 定数を取得する 9044
- « ReflectionExtension::getClassNames ReflectionExtension::getDependencies » PHP Manual Reflectio
...
うになります。 Array ( [XML_ELEMENT_NODE] => 1 [XML_ATTRIBUTE_NODE] => 2 [XML_TEXT_NODE] => 3 [XML_CDATA_SECTION ...
DTD_NODE] => 14 [XML_ELEMENT_DECL_NODE] => 15 [XML_ATTRIBUTE_DECL_NODE] => 16 [XML_ENTITY_DECL_NODE] => 17 [XML ...
_DECL_NODE] => 18 [XML_LOCAL_NAMESPACE] => 18 [XML_ATTRIBUTE_CDATA] => 1 [XML_ATTRIBUTE_ID] => 2 [XML_ATTRIBUTE ...
_IDREF] => 3 [XML_ATTRIBUTE_IDREFS] => 4 [XML_ATTRIBUTE_ENTITY] => 6 [XML_ATTR ...
-
https://man.plustar.jp/php/reflectionextension.getconstants.html
- [similar]