検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 661 for open (0.015 sec.)
3738
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... index = (int) $_GET [ "i" ]; $arch = RarArchive :: open ( "example.rar" ); if ( $arch === FALSE ) die( "Ca ... nnot open example.rar" ); $entries = $arch -> getEntries (); ... -> getStream (); if ( $fp === FALSE ) die( "Cannot open file with index $index insided the archive." ); $a ... R 拡張モジュールでの展開の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブをオープン ...
https://man.plustar.jp/php/rar.examples.html - [similar]
Rar アーカイブをクローズし、全リソースを開放する 3738
« RarArchive RarArchive::getComment » PHP Manual RarArchive Rar アーカイブをクローズし、全リソー ... れた全リソースを開放します。 パラメータ rarfile rar_open() でオープンした RarArchive オブジェクト。 戻り値 ... オブジェクト指向型 <?php $rar_arch = RarArchive :: open ( 'latest_winrar.rar' ); echo $rar_arch . "\n" ; $ ... r.rar" (closed) 例2 手続き型 <?php $rar_arch = rar_open ( 'latest_winrar.rar' ); echo $rar_arch . "\n" ; r ...
https://man.plustar.jp/php/rararchive.close.html - [similar]
属性を開始する 3738
« XMLWriter::setIndentString XMLWriter::startAttributeNs » PHP Manual XMLWriter 属性を開始する X ... のインスタンスです。 このインスタンスは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すこ ... な使い方 <?php $writer = new XMLWriter ; $writer -> openURI ( 'php://output' ); $writer -> startDocument ( ... artAttribute , attribute , writer , インスタンス , open , 変更 ...
https://man.plustar.jp/php/xmlwriter.startattribute.html - [similar]
FDF に埋め込まれている、アップロードされたファイルを展開する 3702
« fdf_get_ap fdf_get_encoding » PHP Manual FDF 関数 FDF に埋め込まれている、アップロードされたフ ... します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf_open_string() が返す FDF ドキュメン ... ップロードされたファイルを保存する <?php $fdf = fdf_open_string ( $HTTP_FDF_DATA ); $data = fdf_get_attachm ...
https://man.plustar.jp/php/function.fdf-get-attachment.html - [similar]
OpenAL バッファを削除する 3702
« openal_buffer_data openal_buffer_get » PHP Manual OpenAL 関数 OpenAL バッファを削除する openal ... _buffer_destroy (PECL openal >= 0.1.0) openal_buffer_destroy — OpenAL バッファ ... を削除する 説明 openal_buffer_destroy ( resource $buffer ): bool パラメ ... ータ buffer Open AL (バッファ) リソース (事前に openal_buffer_creat ... 合に true を、失敗した場合に false を返します。 参考 openal_buffer_create() - OpenAL バッファを生成する 関連 ...
https://man.plustar.jp/php/function.openal-buffer-destroy.html - [similar]
ラージオブジェクト全体を読み込みブラウザに直接送信する 3702
« pg_lo_open pg_lo_read » PHP Manual PostgreSQL 関数 ラージオブジェクト全体を読み込みブラウザに直 ... eadall() と呼ばれていました。 パラメータ lob pg_lo_open() が返した PgSql\Lob クラスのインスタンス。 戻り値 ... pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $image_oid , "r" ); pg_lo_read_all ( ...
https://man.plustar.jp/php/function.pg-lo-read-all.html - [similar]
アーカイブのエントリを展開する 3702
« RarEntry RarEntry::getAttr » PHP Manual RarEntry アーカイブのエントリを展開する RarEntry::extr ... されていてエントリが暗号化されていた場合は、もし rar_open() でパスワードを指定していればそれを使います。 この ... パラメータや rar_open() で指定したパスワードが間違っていたときは、 CRC チ ... 例1 RarEntry::extract() の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブのオープン ... " ; $filepath = "/home/foo/bar/" ; $rar_file = rar_open ( $filepath . $filename ); $list = rar_list ( $rar ...
https://man.plustar.jp/php/rarentry.extract.html - [similar]
Radius 関数 3702
« 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用 ... radius_add_server — サーバーを追加する radius_auth_open — 認証用の Radius ハンドルを作成する radius_close ...
https://man.plustar.jp/php/ref.radius.html - [similar]
新しいストリームラッパーを作成する 3702
« streamWrapper streamWrapper::__destruct » PHP Manual streamWrapper 新しいストリームラッパーを作 ... ラッパーをオープンしたときに、 streamWrapper::stream_open() の直前にコールされます。 パラメータ この関数には ... パラメータ , destruct , public , オープン , stream , open ...
https://man.plustar.jp/php/streamwrapper.construct.html - [similar]
アーカイブ内のエントリのインデックスを返す 3702
« ZipArchive::isEncryptionMethodSupported ZipArchive::open » PHP Manual ZipArchive アーカイブ内の ... locate.zip' ; $zip = new ZipArchive ; if ( $zip -> open ( $file , ZipArchive :: CREATE ) !== TRUE ) { exit ... 書き込みに失敗\n" ; } $zip -> close (); if ( $zip -> open ( $file ) !== TRUE ) { exit( '失敗' ); } echo $zip ...
https://man.plustar.jp/php/ziparchive.locatename.html - [similar]