検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 661 for Open (0.034 sec.)
名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 3056
« ZipArchive::getStreamIndex ZipArchive::isCompressionMethodSupported » PHP Manual ZipArchive 名 ... contents = '' ; $z = new ZipArchive (); if ( $z -> open ( 'test.zip' )) { $fp = $z -> getStreamName ( 'tes ...
https://man.plustar.jp/php/ziparchive.getstreamname.html - [similar]
アーカイブを閉じている間に更新できるようにコールバックを登録する 3056
« ZipArchive::registerCancelCallback ZipArchive::renameIndex » PHP Manual ZipArchive アーカイブを ... をアーカイブする $zip = new ZipArchive(); if ($zip->open('php.zip', ZipArchive::CREATE | ZipArchive::OVERWR ...
https://man.plustar.jp/php/ziparchive.registerprogresscallback.html - [similar]
名前で定義されたエントリの外部属性を設定する 3056
« ZipArchive::setExternalAttributesIndex ZipArchive::setMtimeIndex » PHP Manual ZipArchive 名前で ... = 'test.txt' ); if ( is_array ( $stat ) && $zip -> open ( 'test.zip' , ZipArchive :: CREATE ) === TRUE ) { ...
https://man.plustar.jp/php/ziparchive.setexternalattributesname.html - [similar]
インデックスを使用してエントリの変更時間を設定する 3056
« ZipArchive::setExternalAttributesName ZipArchive::setMtimeName » PHP Manual ZipArchive インデッ ... ブする <?php $zip = new ZipArchive (); if ( $zip -> open ( 'test.zip' , ZipArchive :: CREATE ) === TRUE ) { ...
https://man.plustar.jp/php/ziparchive.setmtimeindex.html - [similar]
名前を使ってエントリの変更時間を設定する 3056
« ZipArchive::setMtimeIndex ZipArchive::setPassword » PHP Manual ZipArchive 名前を使ってエントリ ... ブする <?php $zip = new ZipArchive (); if ( $zip -> open ( 'test.zip' , ZipArchive :: CREATE ) === TRUE ) { ...
https://man.plustar.jp/php/ziparchive.setmtimename.html - [similar]
インデックスを使用してエントリの詳細を取得する 3056
« ZipArchive::setPassword ZipArchive::statName » PHP Manual ZipArchive インデックスを使用してエン ... の出力 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { print_r ( $ ...
https://man.plustar.jp/php/ziparchive.statindex.html - [similar]
名前を使用してエントリの詳細を取得する 3056
« ZipArchive::statIndex ZipArchive::unchangeAll » PHP Manual ZipArchive 名前を使用してエントリの ... の出力 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { print_r ( $ ...
https://man.plustar.jp/php/ziparchive.statname.html - [similar]
OpenAL 音声バインディング 3020
« 音声フォーマットの操作 はじめに » PHP Manual 音声フォーマットの操作 OpenAL 音声バインディング ... インストール手順 実行時設定 リソース型 定義済み定数 OpenAL 関数 openal_buffer_create — OpenAL バッファを生成 ... する openal_buffer_data — バッファのデータを読み込む openal_ ... buffer_destroy — OpenAL バッファを削除する openal_buffer_get — OpenAL バ ... ッファのプロパティを取得する openal_buffer_loadwav — .wav ファイルをバッファに読み込 ...
https://man.plustar.jp/php/book.openal.html - [similar]
UI 3020
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... UI\Window::onClosing — Closing Callback UI\Window::openOpen Dialog UI\Window::save — Save Dialog UI\Win ...
https://man.plustar.jp/php/book.ui.html - [similar]
XMLReader 3020
« XmlParser はじめに » PHP Manual XML 操作 XMLReader XMLReader はじめに インストール/設定 要件 イ ... 飛ばして、次のノードにカーソルを移動する XMLReader::open — パースする XML を含む URI を設定する XMLReader:: ...
https://man.plustar.jp/php/book.xmlreader.html - [similar]