From professional translators, enterprises, web pages and freely available translation repositories.
桶跡 1. basic dns attributes
returns an array of associative arrays. each associative array contains at minimum the following keys: host, type, class, ttl.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
attributes dialog of find and replace dialog
attributes dialog of find and replace dialog
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
the query will only work with indexed attributes.
id objectid を有するコレクションのオブジェクトを 検索し、オブジェクト id の配列を返します。 最大マッチ数は、 max_hits で制限されます。 max_hits が -1 にセットされた場合、 最大マッチ数は、無制限となります。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
(php = 4.3 only) if no attributes are found, null is returned.
this function only returns an array of attributes if the node is of type xml_element_node.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
蛁: if you need to delete all attributes with a certain name you will have to pass an empty string as the attribute value.
注意 属性 'title', 'description', 'keyword' のみが 言語指定用の接頭辞を正しく処理します。 これらの属性において言語指定用接頭辞が指定されていない場合、 接頭辞 'xx' が割りつけられます。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
string containing the record type. additional attributes will also be contained in the resulting array dependant on the value of type. see table below.
hostname should be a valid dns hostname such as "www.example.com". reverse lookups can be generated using in-addr.arpa notation, but gethostbyaddr() is more suitable for the majority of reverse lookups.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
the fifth parameter attrsonly should be set to 1 if only attribute types are wanted. if set to 0 both attributes types and attribute values are fetched which is the default behaviour.
属性型のみを取得したい場合、5番目パラメータ attrsonly を1とする必要があります。0に設定 した場合、属性型と属性値がデフォルトの動作として取得されます。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
ldap_get_attributes() function is used to simplify reading the attributes and values from an entry in the search result. the return value is a multi-dimensional array of attributes and values.
ldap_get_attributes() 関数は、探索結果における エントリから属性と値を間単に読み込むために使用されます。 返り値は、属性と値の多次元配列となります。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
returns an array of objects containing mailbox information. each object has the attributes name, specifying the full name of the mailbox; delimiter, which is the hierarchy delimiter for the part of the hierarchy this mailbox is in; and attributes. attributes is a bitmask that can be tested against:
メールボックス情報を有するオブジェクトの配列を返します。各オブジェクトは、 メールボックスの完全な名前である name 、 このメールボックスの階層の区切りを示す属性 delimiter 、 attributes を有しています。 attributes はビットマスクであり、次のものについて 調べることができます。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
there is a optional fourth parameter, that can be added to restrict the attributes and values returned by the server to just those required. this is much more efficient than the default action (which is to return all attributes and their associated values). the use of the fourth parameter should therefore be considered good practice.
サーバーから返される属性と値を必要なものだけに制限するために オプションの4番目のバラメータを指定することができます。 これは、(全ての属性と関連する値を返す)デフォルトの動作よりも かなり効率的です。 このため、4番目のパラメータを使用することが望ましいです。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
// $ds is the link identifier for the directory // $sr is a valid search result from a prior call to // one of the ldap directory search calls $entry = ldap_first_entry($ds, $sr); $attrs = ldap_get_attributes($ds, $entry); echo $attrs["count"]." attributes held for this entry: p "; for ($i=0; $i $attrs["count"]; $i++) echo $attrs[$i]." br ";
return_value["count"] = そのエントリの属性の数 return_value[0] = 最初の属性 return_value[n] = n 番目の属性 return_value["attribute"]["count"] = その属性に関する値の数 return_value["attribute"][0] = その属性に関する最初の値 return_value["attribute"][i] = その属性に関する i 番目の値
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting