検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for attributes (0.005 sec.)
MQSeries MQSET 13527
« mqseries_put mqseries_strerror » PHP Manual mqseries 関数 MQSeries MQSET mqseries_set (PECL mq ... mqseries_set() (MQSET) call is used to change the attributes of an object represented by a handle. The object m ... lectorCount Count of selectors. selectors Array of attribute selectors. intAttrCount Count of integer attributes ... . intAttrs Array of integer attributes. charAttrLength Length of character attributes buf ... fer. charAttrs Character attributes. compCode Completion code. reason Reason code qual ...
https://man.plustar.jp/php/function.mqseries-set.html - [similar]
現在の Tidy の設定を取得する 11146
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getCo ... e] => 1 [doctype-mode] => 1 [doctype] => [repeated-attributes] => 1 [alt-text] => [slide-style] => [error-file] ... > [add-xml-decl] => [uppercase-tags] => [uppercase-attributes] => [bare] => [clean] => [logical-emphasis] => [dr ... op-proprietary-attributes] => [drop-font-tags] => [drop-empty-paras] => 1 [f ... => [quote-nbsp] => 1 [quote-ampersand] => 1 [wrap-attributes] => [wrap-script-literals] => [wrap-sections] => 1 ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
要素の属性を定義する 10762
« SimpleXMLElement::asXML SimpleXMLElement::children » PHP Manual SimpleXMLElement 要素の属性を定 ... 義する SimpleXMLElement::attributes (PHP 5, PHP 7, PHP 8) SimpleXMLElement::attributes ... 要素の属性を定義する 説明 public SimpleXMLElement::attributes ( ? string $namespaceOrPrefix = null , bool $isPre ... d_string ( $string ); foreach( $xml -> foo [ 0 ]-> attributes () as $a => $b ) { echo $a , '="' , $b , "\"\n" ; ... 性 , 定義 , SimpleXMLElement , 要素 , タグ , 処理 , attributes , オブジェクト , 取得 , 反復 ...
https://man.plustar.jp/php/simplexmlelement.attributes.html - [similar]
アトリビュートを取得する 10659
« ReflectionClass::export ReflectionClass::getConstant » PHP Manual ReflectionClass アトリビュー ... トを取得する ReflectionClass::getAttributes (PHP 8) ReflectionClass::getAttributes — アトリビュ ... ートを取得する 説明 public ReflectionClass::getAttributes ( ? string $name = null , int $flags = 0 ): array ... ple { } $class = new ReflectionClass ( 'Apple' ); $attributes = $class -> getAttributes (); print_r ( array_map ... ( fn ( $attribute ) => $attribute -> getName (), $attributes )); ?> 上の例の出力は以下となります。 Array ( [0] ...
https://man.plustar.jp/php/reflectionclass.getattributes.html - [similar]
検索結果エントリから属性を得る 9461
« ldap_free_result ldap_get_dn » PHP Manual LDAP 関数 検索結果エントリから属性を得る ldap_get_attributes ... tributes (PHP 4, PHP 5, PHP 7, PHP 8) ldap_get_attributes — 検索結果エントリから属性を得る 説明 ldap_get_att ... ldap_first_entry ( $ds , $sr ); $attrs = ldap_get_attributes ( $ds , $entry ); echo $attrs [ "count" ] . " attr ...
https://man.plustar.jp/php/function.ldap-get-attributes.html - [similar]
The RarEntry class 9372
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... ask to isolate the last four bits (nibble) of UNIX attributes (_S_IFMT, the type of file mask). To be used with ... RarEntry::ATTRIBUTE_UNIX_FIFO Unix FIFOs will have attributes whose last four bits have this value. To be used w ... UTE_UNIX_CHAR_DEV Unix character devices will have attributes whose last four bits have this value. To be used w ... TTRIBUTE_UNIX_DIRECTORY Unix directories will have attributes whose last four bits have this value. To be used w ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
拡張属性の一覧を取得する 9372
« xattr_get xattr_remove » PHP Manual xattr 関数 拡張属性の一覧を取得する xattr_list (PECL xattr ... 性の名前を表示する <?php $file = 'some_file' ; $root_attributes = xattr_list ( $file , XATTR_ROOT ); $user_attribu ... ( $file ); echo "Root 属性: \n" ; foreach ( $root_attributes as $attr_name ) { printf ( "%s\n" , $attr_name ); ... } echo "\n User 属性: \n" ; foreach ( $attributes as $attr_name ) { printf ( "%s\n" , $attr_name ); ...
https://man.plustar.jp/php/function.xattr-list.html - [similar]
定義済み定数 8870
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... y definition of view. CUBRID_SCH_ATTRIBUTE Get the attributes of table column. CUBRID_SCH_CLASS_ATTRIBUTE Get th ... e attributes of table. CUBRID_SCH_METHOD Get the instance metho ... lize it. It is also used to access or update class attributes. CUBRID_SCH_METHOD_FILE Get the information of the ... t the name and type of table which table inherites attributes from. CUBRID_SCH_SUBCLASS Get the name and type of ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
リフレクションAPI を使ってアトリビュートを読み取る 8781
« アトリビュートの文法 アトリビュートクラスを宣言する » PHP Manual アトリビュート リフレクション ... ションAPI は対応するリフレクションオブジェクトに getAttributes() メソッドを提供しています。 このメソッドを使うと、 ... { } function dumpAttributeData ( $reflection ) { $attributes = $reflection -> getAttributes (); foreach ( $attr ... hp function dumpMyAttributeData ( $reflection ) { $attributes = $reflection -> getAttributes ( MyAttribute ::cla ... ss); foreach ( $attributes as $attribute ) { var_dump ( $attribute -> getName ...
https://man.plustar.jp/php/language.attributes.reflection.html - [similar]
単一階層の検索を行う 8086
« ldap_get_values ldap_mod_add_ext » PHP Manual LDAP 関数 単一階層の検索を行う ldap_list (PHP 4, ... y | string $base , array | string $filter , array $attributes = [] , int $attributes_only = 0 , int $sizelimit = ... インスタンス。 base ディレクトリのベース DN。 filter attributes 必要な属性を、 array("mail", "sn", "cn") のような通 ... ます)。 したがって、これを使用することを推奨します。 attributes_only 属性の型のみを取得したい場合は 1 を設定します ...
https://man.plustar.jp/php/function.ldap-list.html - [similar]
PREV 1 2 3 4 5 6 NEXT