検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 222 for 書き込み (0.012 sec.)
DTD タグ全体を書き込む 5205
« XMLWriter::writeComment XMLWriter::writeDtdAttlist » PHP Manual XMLWriter DTD タグ全体を書き込 ... null , ? string $content = null ): bool DTD 全体を書き込みます。 パラメータ writer 手続き型のコールでのみ使用し ...
https://man.plustar.jp/php/xmlwriter.writedtd.html - [similar]
DTD 属性リストタグ全体を書き込む 5205
« XMLWriter::writeDtd XMLWriter::writeDtdElement » PHP Manual XMLWriter DTD 属性リストタグ全体を ... ng $name , string $content ): bool DTD 属性リストを書き込みます。 パラメータ writer 手続き型のコールでのみ使用し ...
https://man.plustar.jp/php/xmlwriter.writedtdattlist.html - [similar]
行を CSV 形式にフォーマットし、ファイルポインタに書き込む 5173
« fpassthru fputs » PHP Manual ファイルシステム 関数 行を CSV 形式にフォーマットし、ファイルポイ ... てフォーマットし、それを stream で指定したファイルに書き込みます (いちばん最後に改行を追加します)。 パラメータ s ...
https://man.plustar.jp/php/function.fputcsv.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 5173
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... 素は、 プロセスにパイプの読み込み側を渡すのなら r 、 書き込み側を渡すのなら w ) および file (2 番目の要素はファイ ... p/error-output.txt" , "a" ) // はファイルで、そこに書き込みます。 ); $cwd = '/tmp' ; $env = array( 'some_option ... 取っています。 // 0 => 子プロセスの stdin に繋がれた書き込み可能なハンドル // 1 => 子プロセスの stdout に繋がれた ... ドル // すべてのエラー出力は /tmp/error-output.txt に書き込みされます。 fwrite ( $pipes [ 0 ], '<?php print_r($_E ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
CRC32 コードを返すか、CRC がチェックできない場合に例外をスローする 5173
« PharFileInfo::__destruct PharFileInfo::getCompressedSize » PHP Manual PharFileInfo CRC32 コード ... はありえません。CRC の検証は、 読み込みモードあるいは書き込みモードでファイルをオープンする際に行われるからです。 ... 2 (); } catch ( Exception $e ) { echo 'my.phar での書き込み操作に失敗しました: ' , $e ; } ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/pharfileinfo.getcrc32.html - [similar]
ファイルシステム 関数 5173
« 定義済み定数 basename » PHP Manual ファイルシステム ファイルシステム 関数 ファイルシステム 関数 ... 定した長さに丸める fwrite — バイナリセーフなファイル書き込み処理 glob — パターンにマッチするパス名を探す is_dir ... れたファイルかどうかを調べる is_writable — ファイルが書き込み可能かどうかを調べる is_writeable — is_writable のエ ...
https://man.plustar.jp/php/ref.filesystem.html - [similar]
BLOB を読み取るためのストリームリソースを開く 5142
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... れぞれ、読み取り専用でストリームを開くか、 読み取りと書き込みができるようにストリームを開きます。 戻り値 ストリー ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
PHP アーカイブ 5142
« glob:// ssh2:// » PHP Manual サポートするプロトコル/ラッパー PHP アーカイブ phar:// phar:// — ... allow_url_include で制約される No 読み込み許可 Yes 書き込み許可 Yes 追加許可 No 同時読み書き許可 Yes stat() のサ ...
https://man.plustar.jp/php/wrappers.phar.html - [similar]
DTD エンティティタグ全体を書き込む 5142
« XMLWriter::writeDtdElement XMLWriter::writeElement » PHP Manual XMLWriter DTD エンティティタグ ... $notationData = null ): bool DTD エンティティ全体を書き込みます。 パラメータ writer 手続き型のコールでのみ使用し ...
https://man.plustar.jp/php/xmlwriter.writedtdentity.html - [similar]
Phar 5121
« lzf_optimized_for はじめに » PHP Manual 圧縮およびアーカイブ Phar Phar はじめに インストール/設 ... を返す Phar::canWrite — phar 拡張モジュールが phar の書き込みや作成をサポートしているかどうかを返す Phar::compres ... べて phar に横取りさせる Phar::isBuffering — Phar の書き込み操作がバッファリングされるか、あるいは直接ディスクに ... 起動スタブ) を設定する Phar::startBuffering — Phar の書き込み操作のバッファリングを開始するが、ディスク上の Phar ... 変更しない Phar::stopBuffering — Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディス ...
https://man.plustar.jp/php/book.phar.html - [similar]