Results of 1 - 5 of about 5 for attrib (0.013 sec.)
- LDAP エントリの変更をまとめて実行する 12520
- « ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap
...
エントリは、2つまたは3つのキーからなる連想配列です: attrib は、変更する属性の名前に対応します。 modtype は、行 ...
TCH_ADD values で指定された値が、 (追加の値として) attrib で指定された属性に追加されます。 LDAP_MODIFY_BATCH ...
_REMOVE values で指定された値が、 attrib で指定された属性から削除されます。 values に含まれ ...
、そのまま残されます。 LDAP_MODIFY_BATCH_REMOVE_ALL attrib で指定された属性名から、全ての値を削除します。 val ...
-
https://man.plustar.jp/php/function.ldap-modify-batch.html
- [similar]
- DN を構成要素ごとに分割する 9817
- « ldap_exop ldap_first_attribute » PHP Manual LDAP 関数 DN を構成要素ごとに分割する ldap_explode
...
割する 説明 ldap_explode_dn ( string $dn , int $with_attrib ): array | false ldap_get_dn() により返された DN を ...
す。 パラメータ dn LDAP エンティティの識別名。 with_attrib RDN が値のみを返すのか、 あるいは、属性を同時に返す ...
る RDN (属性=値 フォーマットで) を得るためには with_attrib を 0 とし、 値のみを得るためには 1 に設定します。 ...
ワード: DN , 分割 , dn , 要素 , RDN , 属性 , 配列 , attrib , explode , 失敗 ...
-
https://man.plustar.jp/php/function.ldap-explode-dn.html
- [similar]
- inotify インスタンスを初期化する 8218
- « inotify_add_watch inotify_queue_len » PHP Manual Inotify 関数 inotify インスタンスを初期化する
...
scriptor = inotify_add_watch ( $fd , __FILE__ , IN_ATTRIB ); // イベントを発生させます touch ( __FILE__ ); / ...
1, // Equals $watch_descriptor 'mask' => 4, // IN_ATTRIB bit is set 'cookie' => 0, // unique id to connect ...
-
https://man.plustar.jp/php/function.inotify-init.html
- [similar]
- 定義済み定数 7721
- « リソース型 Inotify 関数 » PHP Manual Inotify 定義済み定数 定義済み定数 以下の定数が定義されてい
...
(*) IN_MODIFY ( int ) ファイルが変更された (*) IN_ATTRIB ( int ) メタデータ (パーミッションや修正時刻など) ...
-
https://man.plustar.jp/php/inotify.constants.html
- [similar]
- XML 外部エンティティの例 7666
- « XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ
...
lse ; } function startElement ( $parser , $name , $attribs ) { echo "<<font color=\"#0000cc\"> $name </fo ...
nt>" ; if ( count ( $attribs )) { foreach ( $attribs as $k => $v ) { echo " <f ...
<!ENTITY testEnt "test entity"> ]> <foo> <element attrib="value"/> &testEnt; <?php echo "This is some more ...
-
https://man.plustar.jp/php/example.xml-external-entity.html
- [similar]
PREV
1
NEXT