検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 126 for Entry (0.003 sec.)
PHP DTrace 静的プローブとともに SystemTap を使用 6596
« PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的 ... api/cli/php").provider("php").mark("compile__file__entry") process("sapi/cli/php").provider("php").mark("co ... ess("sapi/cli/php").provider("php").mark("execute__entry") process("sapi/cli/php").provider("php").mark("ex ... ss("sapi/cli/php").provider("php").mark("function__entry") process("sapi/cli/php").provider("php").mark("fu ... api/cli/php").provider("php").mark("compile__file__entry") { printf("Probe compile__file__entry\n"); printf ...
https://man.plustar.jp/php/features.dtrace.systemtap.html - [similar]
結果における次の属性を得る 6596
« ldap_modify ldap_next_entry » PHP Manual LDAP 関数 結果における次の属性を得る ldap_next_attrib ... ext_attribute ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): string | false エントリ内の属性を取得しま ... コールした際には ldap_first_attribute() から返される entry を使用します。 パラメータ ldap ldap_connect() が返 ... す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラスのインスタンス。 ber_identi ... ョンでは、 リソース を期待していました。 8.1.0 引数 entry は、 LDAP\ResultEntry クラスのインスタンスを期待す ...
https://man.plustar.jp/php/function.ldap-next-attribute.html - [similar]
MultilineEntry Control 6559
« UI\Controls\Entry::setText UI\Controls\MultilineEntry::append » PHP Manual UI MultilineEntry C ... ontrol MultilineEntry Control (UI 0.9.9) はじめに A Multiline Entry is a ... text entry control able to hold multiple lines of text, with ... ut wrapping. クラス概要 class UI\Controls\MultilineEntry extends UI\Control { /* Constants */ const int Wra ... ntrol::show () } 定義済み定数 UI\Controls\MultilineEntry::Wrap Allow lines to wrap UI\Controls\MultilineEnt ...
https://man.plustar.jp/php/class.ui-controls-multilineentry.html - [similar]
検索結果エントリから属性を得る 6510
« ldap_free_result ldap_get_dn » PHP Manual LDAP 関数 検索結果エントリから属性を得る ldap_get_at ... et_attributes ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): array 検索結果エントリから属性と値を読み ... ct() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラスのインスタンス。 戻り値 成功 ... ョンでは、 リソース を期待していました。 8.1.0 引数 entry は、 LDAP\ResultEntry クラスのインスタンスを期待す ... は事前の LDAP のディレクトリ検索コールの有効な結果 $entry = ldap_first_entry ( $ds , $sr ); $attrs = ldap_ge ...
https://man.plustar.jp/php/function.ldap-get-attributes.html - [similar]
エントリのホスト OS を取得する 6473
« RarEntry::getFileTime RarEntry::getMethod » PHP Manual RarEntry エントリのホスト OS を取得する ... RarEntry::getHostOs (PECL rar >= 0.1) RarEntry::getHostOs — ... エントリのホスト OS を取得する 説明 public RarEntry::getHostOs (): int アーカイブエントリのホスト OS の ... ド、あるいはエラー時に false を返します。 例 例1 RarEntry::getHostOs() の例 (バージョン >= 2.0.0) <?php $rar ... die( "Rar アーカイブのオープンに失敗しました" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or ...
https://man.plustar.jp/php/rarentry.gethostos.html - [similar]
Description 6363
« Imagick::getQuantumRange Imagick::getReleaseDate » PHP Manual Imagick Description Imagick::get ... try ( string $key ): string Get the StringRegistry entry for the named key or false if not set. パラメータ ... key The entry to get. 戻り値 関連キーワード: Description , Imagi ... ck , getRegistry , key , string , entry , getQuantumRange , getReleaseDate , imagick , pub ...
https://man.plustar.jp/php/imagick.getregistry.html - [similar]
UI 6326
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... UI\Controls\Label::setText — Set Text UI\Controls\EntryEntry Control UI\Controls\Entry::__construct — C ... onstruct a new Entry UI\Controls\Entry::getText — Get Text UI\Controls\ ... Entry::isReadOnly — Detect Read Only UI\Controls\Entry::onChange — Change Handler UI\Controls\Entry::setR ... eadOnly — Set Read Only UI\Controls\Entry::setText — Set Text UI\Controls\MultilineEntry — M ...
https://man.plustar.jp/php/book.ui.html - [similar]
アーカイブのエントリを展開する 6326
« RarEntry RarEntry::getAttr » PHP Manual RarEntry アーカイブのエントリを展開する RarEntry::extr ... act (PECL rar >= 0.1) RarEntry::extract — アーカイブのエントリを展開する 説明 pub ... lic RarEntry::extract ( string $dir , string $filepath = "" , s ... rd = NULL , bool $extended_data = false ): bool RarEntry::extract() は、エントリのデータを展開します。 二番 ... す。 エントリが暗号化されているかどうかを知るには RarEntry::isEncrypted() を使います。 extended_data true にす ...
https://man.plustar.jp/php/rarentry.extract.html - [similar]
最初の属性を返す 6240
« ldap_explode_dn ldap_first_entry » PHP Manual LDAP 関数 最初の属性を返す ldap_first_attribute ... rst_attribute ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): string | false 指定したエントリの最初の属 ... ct() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラスのインスタンス。 ber_identi ... ョンでは、 リソース を期待していました。 8.1.0 引数 entry は、 LDAP\ResultEntry クラスのインスタンスを期待す ... ワード: 属性 , 最初 , attribute , エントリ , 期待 , entry , インスタンス , クラス , next , バージョン ...
https://man.plustar.jp/php/function.ldap-first-attribute.html - [similar]
結果エントリから DN を得る 6215
« ldap_get_attributes ldap_get_entries » PHP Manual LDAP 関数 結果エントリから DN を得る ldap_ge ... 明 ldap_get_dn ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): string | false 結果における、あるエントリ ... ct() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラスのインスタンス。 戻り値 結果 ... ョンでは、 リソース を期待していました。 8.1.0 引数 entry は、 LDAP\ResultEntry クラスのインスタンスを期待す ... インスタンス , バージョン , dn , Connection , ResultEntry , entry ...
https://man.plustar.jp/php/function.ldap-get-dn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT