Results of 1 - 10 of about 44 for entries (0.002 sec.)
- The RarEntry class 14000
- « RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas
...
attribute. To be used with RarEntry::getAttr() on entries whose host OS is Microsoft Windows. RarEntry::ATTR ...
attribute. To be used with RarEntry::getAttr() on entries whose host OS is Microsoft Windows. RarEntry::ATTR ...
attribute. To be used with RarEntry::getAttr() on entries whose host OS is Microsoft Windows. RarEntry::ATTR ...
directory). To be used with RarEntry::getAttr() on entries whose host OS is Microsoft Windows. See also RarEn ...
-
https://man.plustar.jp/php/class.rarentry.html
- [similar]
- RAR アーカイブからエントリの全一覧を取得する 12264
- « RarArchive::getComment RarArchive::getEntry » PHP Manual RarArchive RAR アーカイブからエントリ
...
の全一覧を取得する RarArchive::getEntries rar_list (PECL rar >= 2.0.0) RarArchive::getEntrie ...
オブジェクト指向型 (メソッド) public RarArchive::getEntries (): array | false 手続き型: rar_list ( RarArchive ...
FALSE ) die( "Could not open RAR archive." ); $rar_entries = $rar_arch -> getEntries (); if ( $rar_entries == ...
= FALSE ) die( "Could not retrieve entries." ); echo "Found " . count ( $rar_entries ) . " en ...
-
https://man.plustar.jp/php/rararchive.getentries.html
- [similar]
- Rar アーカイブをオープンする 11218
- « RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープン
...
ar_arch === FALSE ) die( "Failed opening file" ); $entries = $rar_arch -> getEntries (); if ( $entries === FA ...
LSE ) die( "Failed fetching entries" ); echo "Found " . count ( $entries ) . " files.\ ...
n" ; if (empty( $entries )) die( "No valid entries found." ); $stream = res ...
et ( $entries )-> getStream (); if ( $stream === FALSE ) die( "F ...
-
https://man.plustar.jp/php/rararchive.open.html
- [similar]
- 例 10281
- « 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ
...
rch === FALSE ) die( "Cannot open example.rar" ); $entries = $arch -> getEntries (); if ( $entries === FALSE ...
) die( "Cannot retrieve entries" ); if (! array_key_exists ( $index , $entries )) ...
die( "No such index: $index " ); $orfilename = $entries [ $index ]-> getName (); //UTF-8 encoded $filesize ...
= $entries [ $index ]-> getUnpackedSize (); /* you could chec ...
-
https://man.plustar.jp/php/rar.examples.html
- [similar]
- 検索結果のエントリ数を数える 9482
- « ldap_control_paged_result ldap_count_references » PHP Manual LDAP 関数 検索結果のエントリ数を数
...
える ldap_count_entries (PHP 4, PHP 5, PHP 7, PHP 8) ldap_count_entries — ...
検索結果のエントリ数を数える 説明 ldap_count_entries ( LDAP\Connection $ldap , LDAP\Result $result ): i ...
は、 リソース を期待していました。 例 例1 ldap_count_entries() の例 結果のエントリ数を取得します。 // $ds は、有 ...
ds, $dn, $filter, $justthese); var_dump(ldap_count_entries($ds, $sr)); 上の例の出力は、 たとえば以下のようにな ...
-
https://man.plustar.jp/php/function.ldap-count-entries.html
- [similar]
- LDAP ページネーション制御情報を送信する 8744
- « ldap_control_paged_result_response ldap_count_entries » PHP Manual LDAP 関数 LDAP ページネーシ
...
s , $dn , $filter , $justthese ); $info = ldap_get_entries ( $ds , $sr ); echo $info [ 'count' ] . ' entries ...
ldap_search ( $ds , $dn , $filter , $justthese ); $entries = ldap_get_entries ( $ds , $result ); foreach ( $e ...
-
https://man.plustar.jp/php/function.ldap-control-paged-result.html
- [similar]
- 指定したパスのディレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返... 8698
- « svn_fs_delete svn_fs_file_contents » PHP Manual SVN 関数 指定したパスのディレクトリを列挙し、デ
...
クトリ名とファイルタイプのハッシュを返す svn_fs_dir_entries (PECL svn >= 0.1.0) svn_fs_dir_entries — 指定したパ ...
リ名とファイルタイプのハッシュを返す 説明 svn_fs_dir_entries ( resource $fsroot , string $path ): array 警告 こ ...
タイプ , ハッシュ , パス , 指定 , ファイル , 関数 , entries , 警告 ...
-
https://man.plustar.jp/php/function.svn-fs-dir-entries.html
- [similar]
- 基本的な使用法 8437
- « 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから
...
rch result is " . $sr . "<br />" ; echo "Number of entries returned is " . ldap_count_entries ( $ds , $sr ) . ...
"<br />" ; echo "Getting entries ...<p>" ; $info = ldap_get_entries ( $ds , $sr ); ...
-
https://man.plustar.jp/php/ldap.examples-basic.html
- [similar]
- 与えられた XPath 式を評価する 8283
- « DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価
...
informaltable/tgroup/tbody/row/entry[. = "en"]' ; $entries = $xpath -> query ( $query ); foreach ( $entries a ...
らの相対クエリです $query = 'row/entry[. = "en"]' ; $entries = $xpath -> query ( $query , $tbody ); foreach ( $ ...
-
https://man.plustar.jp/php/domxpath.query.html
- [similar]
- 全ての結果エントリを得る 7807
- « ldap_get_dn ldap_get_option » PHP Manual LDAP 関数 全ての結果エントリを得る ldap_get_entries (
...
PHP 4, PHP 5, PHP 7, PHP 8) ldap_get_entries — 全ての結果エントリを得る 説明 ldap_get_entries ( ...
-
https://man.plustar.jp/php/function.ldap-get-entries.html
- [similar]