検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 126 for entry (0.009 sec.)
次のリファレンスを得る 6154
« ldap_next_entry ldap_parse_exop » PHP Manual LDAP 関数 次のリファレンスを得る ldap_next_refere ... ext_reference ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): LDAP\ResultEntry | false 警告 この関数は ... 連キーワード: リファレンス , 次 , next , reference , entry , 関数 , ResultEntry , exop , Connection , 警告 ...
https://man.plustar.jp/php/function.ldap-next-reference.html - [similar]
Add item to the poll set 6154
« ZMQPoll ZMQPoll::clear » PHP Manual ZMQPoll Add item to the poll set ZMQPoll::add (PECL zmq >= ... to the poll set 説明 public ZMQPoll::add ( mixed $entry , int $type ): string Adds a new item to the poll ... poll set using the returned string id. パラメータ entry ZMQSocket object or a PHP stream resource type Def ... ワード: item , poll , Add , ZMQPoll , the , string , entry , type , added , remove ...
https://man.plustar.jp/php/zmqpoll.add.html - [similar]
エントリの名前を取得する 6130
« RarEntry::getMethod RarEntry::getPackedSize » PHP Manual RarEntry エントリの名前を取得する Rar ... Entry::getName (PECL rar >= 0.1) RarEntry::getName — エントリの名前を取得する 説明 public Ra ... rEntry::getName (): string アーカイブエントリの名前 (パス ... エンコードは Unicode/UTF-8 となりました。 例 例1 RarEntry::getName() の例 <?php // このサンプルは、ページが ... die( "Rar アーカイブのオープンに失敗しました" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or ...
https://man.plustar.jp/php/rarentry.getname.html - [similar]
LDAP ディレクトリにエントリを付加する 6093
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... _add ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): bool エントリを LDAP ... ラスのインスタンス。 dn LDAP エンティティの識別名。 entry そのエントリに関する情報を表す配列。 エントリの値は ... 合は、0 から始まる整数で 添字が作成されます。 <?php $entry [ "attribute1" ] = "value" ; $entry [ "attribute2" ... ][ 0 ] = "value1" ; $entry [ "attribute2" ][ 1 ] = "value2" ; ?> controls リク ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
Zip 6068
« RarException::setUsingExceptions はじめに » PHP Manual 圧縮およびアーカイブ Zip Zip はじめに イ ... 関数 zip_close — ZIP ファイルアーカイブを閉じる zip_entry_close — ディレクトリエントリを閉じる zip_entry_com ... ディレクトリエントリの圧縮時のサイズを取得する zip_entry_compressionmethod — ディレクトリエントリの圧縮方法 ... を取得する zip_entry_filesize — ディレクトリエントリの実際のファイルサイ ... ズを取得する zip_entry_name — ディレクトリエントリの名前を取得する zip_en ...
https://man.plustar.jp/php/book.zip.html - [similar]
Zip ファイルアーカイブの中の次のエントリを読み込む 6068
« zip_open Zlib » PHP Manual Zip 関数 Zip ファイルアーカイブの中の次のエントリを読み込む zip_rea ... () でオープン済みの ZIP ファイル。 戻り値 後で zip_entry_... 関数で使用されるディレクトリエントリリソース、 ... る zip_close() - ZIP ファイルアーカイブを閉じる zip_entry_open() - 読込み用にディレクトリエントリをオープンす ... る zip_entry_read() - オープンされたディレクトリエントリから読み ... ァイル , 次 , 関数 , オープン , open , read , 推奨 , entry ...
https://man.plustar.jp/php/function.zip-read.html - [similar]
圧縮後のエントリのサイズを取得する 6068
« RarEntry::getName RarEntry::getStream » PHP Manual RarEntry 圧縮後のエントリのサイズを取得する ... RarEntry::getPackedSize (PECL rar >= 0.1) RarEntry::getPack ... 圧縮後のエントリのサイズを取得する 説明 public RarEntry::getPackedSize (): int 圧縮後のアーカイブエントリの ... ームでも負の値を返すことがなくなりました。 例 例1 RarEntry::getPackedSize() の例 <?php $rar_file = rar_open ( ... die( "Rar アーカイブのオープンに失敗しました" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or ...
https://man.plustar.jp/php/rarentry.getpackedsize.html - [similar]
展開後のエントリのサイズを取得する 6068
« RarEntry::getStream RarEntry::getVersion » PHP Manual RarEntry 展開後のエントリのサイズを取得す ... る RarEntry::getUnpackedSize (PECL rar >= 0.1) RarEntry::getUn ... 展開後のエントリのサイズを取得する 説明 public RarEntry::getUnpackedSize (): int 展開後のアーカイブエントリ ... でも負の値を返すことがなくなりました。 戻り値 例1 RarEntry::getUnpackedSize() の例 <?php $rar_file = rar_open ... die( "Rar アーカイブのオープンに失敗しました" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or ...
https://man.plustar.jp/php/rarentry.getunpackedsize.html - [similar]
結果エントリから全てのバイナリ値を得る 6044
« ldap_get_option ldap_get_values » PHP Manual LDAP 関数 結果エントリから全てのバイナリ値を得る ... et_values_len ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , string $attribute ): array | false 結果の ... ct() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラスのインスタンス。 attribute ... ョンでは、 リソース を期待していました。 8.1.0 引数 entry は、 LDAP\ResultEntry クラスのインスタンスを期待す ... ナリ , values , 期待 , インスタンス , クラス , ResultEntry , Connection , バージョン , entry ...
https://man.plustar.jp/php/function.ldap-get-values-len.html - [similar]
5958
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... s = rar_list ( $rar_file ); foreach ( $entries as $entry ) { echo 'ファイル名: ' . $entry -> getName () . " ... \n" ; echo '圧縮時のファイルサイズ: ' . $entry -> getPackedSize () . "\n" ; echo '展開後のファイル ... サイズ: ' . $entry -> getUnpackedSize () . "\n" ; $entry -> extract ( ...
https://man.plustar.jp/php/rar.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT