検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 126 for entry (0.003 sec.)
ディレクトリエントリの名前を取得する 7429
« zip_entry_filesize zip_entry_open » PHP Manual Zip 関数 ディレクトリエントリの名前を取得する z ... ip_entry_name (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8 ... , PECL zip >= 1.0.0) zip_entry_name — ディレクトリエントリの名前を取得する 警告 こ ... 。この関数に頼らないことを強く推奨します。 説明 zip_entry_name ( resource $zip_entry ): string | false 指定し ... ィレクトリエントリの名前を返します。 パラメータ zip_entry zip_read() により返されたディレクトリエントリ 戻り ...
https://man.plustar.jp/php/function.zip-entry-name.html - [similar]
ディレクトリエントリの圧縮時のサイズを取得する 7405
« zip_entry_close zip_entry_compressionmethod » PHP Manual Zip 関数 ディレクトリエントリの圧縮時 ... のサイズを取得する zip_entry_compressedsize (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PH ... P 7, PHP 8, PECL zip >= 1.0.0) zip_entry_compressedsize — ディレクトリエントリの圧縮時のサイ ... 。この関数に頼らないことを強く推奨します。 説明 zip_entry_compressedsize ( resource $zip_entry ): int | fals ... ントリの圧縮時のサイズを取得します。 パラメータ zip_entry zip_read() により返されたディレクトリのエントリ 戻 ...
https://man.plustar.jp/php/function.zip-entry-compressedsize.html - [similar]
アトミックに値を取得するか、キャッシュエントリを生成する 7368
« apcu_enabled apcu_exists » PHP Manual APCu 関数 アトミックに値を取得するか、キャッシュエントリ ... を生成する apcu_entry (PECL apcu >= 5.1.0) apcu_entry — アトミックに値を ... 取得するか、キャッシュエントリを生成する 説明 apcu_entry ( string $key , callable $generator , int $ttl = 0 ... シュし、 キャッシュした値が返されます。 注意 : apcu_entry() 関数に制御が移ると、 キャッシュのロックを排他的に ... 取得します。 このロックは apcu_entry() の実行が終わったときに開放されます: この結果、 g ...
https://man.plustar.jp/php/function.apcu-entry.html - [similar]
ディレクトリエントリの実際のファイルサイズを取得する 7343
« zip_entry_compressionmethod zip_entry_name » PHP Manual Zip 関数 ディレクトリエントリの実際のフ ... ァイルサイズを取得する zip_entry_filesize (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, P ... HP 8, PECL zip >= 1.0.0) zip_entry_filesize — ディレクトリエントリの実際のファイルサイ ... 。この関数に頼らないことを強く推奨します。 説明 zip_entry_filesize ( resource $zip_entry ): int | false ディ ... リの実際のファイルサイズを返します。 パラメータ zip_entry zip_read() により返されたディレクトリのエントリ 戻 ...
https://man.plustar.jp/php/function.zip-entry-filesize.html - [similar]
PHP および DTrace の使用 7233
« PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac ... * request_uri , char * request_method compile-file-entry スクリプトのコンパイル開始時に発射されます。 char ... pile_file , char * compile_file_translated execute-entry op コードの配列が実行される際に発射されます。 例え ... されます。 char * request_file , int lineno function-entry PHP エンジンが、PHP の関数またはメソッドの呼び出し ... ] 4 php15271 php dtrace_compile_file compile-file-entry 5 php15271 php dtrace_compile_file compile-file-re ...
https://man.plustar.jp/php/features.dtrace.dtrace.html - [similar]
Construct a new Multiline Entry 7233
« UI\Controls\MultilineEntry::append UI\Controls\MultilineEntry::getText » PHP Manual UI\Control ... s\MultilineEntry Construct a new Multiline Entry UI\Controls\Multil ... ineEntry::__construct (UI 0.9.9) UI\Controls\MultilineEntry ... ::__construct — Construct a new Multiline Entry 説明 public UI\Controls\MultilineEntry::__construc ... ( int $type = ? ) Shall construct a new Multiline Entry of the given type パラメータ type MultilineEntry:: ...
https://man.plustar.jp/php/ui-controls-multilineentry.construct.html - [similar]
与えられた XPath 式を評価する 6939
« DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価 ... //book/chapter/para/informaltable/tgroup/tbody/row/entry[. = "en"]' ; $entries = $xpath -> query ( $query ) ... ; foreach ( $entries as $entry ) { echo "Found { $entry -> previousSibling -> pre ... viousSibling -> nodeValue } ," . " by { $entry -> previousSibling -> nodeValue } \n" ; } ?> 上の例 ... // tbody ノードからの相対クエリです $query = 'row/entry[. = "en"]' ; $entries = $xpath -> query ( $query , ...
https://man.plustar.jp/php/domxpath.query.html - [similar]
最初の結果 ID を返す 6853
« ldap_first_attribute ldap_first_reference » PHP Manual LDAP 関数 最初の結果 ID を返す ldap_fir ... st_entry (PHP 4, PHP 5, PHP 7, PHP 8) ldap_first_entry — 最 ... 初の結果 ID を返す 説明 ldap_first_entry ( LDAP\Connection $ldap , LDAP\Result $result ): L ... DAP\ResultEntry | false 結果内の最初のエントリのエントリ ID を返し ... ます。このエントリ ID を ldap_next_entry() に渡し、 結果からそれ以降のエントリを取得します。 ...
https://man.plustar.jp/php/function.ldap-first-entry.html - [similar]
ディレクトリハンドルからエントリを読み込む 6706
« opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む re ... ループする際の正しい方法です */ while ( false !== ( $entry = readdir ( $handle ))) { echo " $entry \n" ; } /* ... トリをループする際の「間違った」方法です */ while ( $entry = readdir ( $handle )) { echo " $entry \n" ; } clo ... $handle = opendir ( '.' )) { while ( false !== ( $entry = readdir ( $handle ))) { if ( $entry != "." && $e ... ntry != ".." ) { echo " $entry \n" ; } } closedir ( $handle ); } ?> 参考 is_dir() ...
https://man.plustar.jp/php/function.readdir.html - [similar]
結果エントリから全ての値を得る 6620
« ldap_get_values_len ldap_list » PHP Manual LDAP 関数 結果エントリから全ての値を得る ldap_get_v ... ap_get_values ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , string $attribute ): array | false 結果内 ... べての値を読み込みます。 この関数をコールするには、 entry が必要です。このため、事前に LDAP の検索用関数のコ ... ct() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラスのインスタンス。 attribute ... ョンでは、 リソース を期待していました。 8.1.0 引数 entry は、 LDAP\ResultEntry クラスのインスタンスを期待す ...
https://man.plustar.jp/php/function.ldap-get-values.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT