検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 179 for fopen (0.018 sec.)
復号のためのシークレットストリームのコンテキストを初期化する 5666
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... utputFilePath , string $key ): void { $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile = fopen ( $ ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
暗号化のために、シークレットストリームのコンテキストを初期化する 5666
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... xchacha20poly1305_init_push ( $key ); $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile = fopen ( $ ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
PHP のクラスとして実装された URL ラッパーを登録する 5666
« stream_supports_lock stream_wrapper_restore » PHP Manual ストリーム 関数 PHP のクラスとして実装 ... 作ったプロトコルハンドラとストリームを実装し、それを fopen() や fread() といったファイルシステムの関数と利用す ... ( "var" , "VariableStream" ); $myvar = "" ; $fp = fopen ( "var://myvar" , "r+" ); fwrite ( $fp , "line1\n" ...
https://man.plustar.jp/php/function.stream-wrapper-register.html - [similar]
名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する 5666
« ZipArchive::getStatusString ZipArchive::getStreamIndex » PHP Manual ZipArchive 名前を使用して、 ... echo "終了\n" ; } ?> 例2 先ほどの例と同じことを、 fopen() および zip ストリームラッパーで行う <?php $conte ... nts = '' ; $fp = fopen ( 'zip://' . dirname ( __FILE__ ) . '/test.zip#tes ...
https://man.plustar.jp/php/ziparchive.getstream.html - [similar]
圧縮フィルタ 5577
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... trlen ( $original_text ) . " 文字です。\n" ; $fp = fopen ( 'test.deflated' , 'w' ); stream_filter_append ( ... trlen ( $original_text ) . " 文字です。\n" ; $fp = fopen ( 'test.deflated' , 'w' ); /* この "6" は、パラメー ... filesize ( 'LICENSE' ) . " バイトです。\n" ; $fp = fopen ( 'LICENSE.compressed' , 'w' ); stream_filter_appe ...
https://man.plustar.jp/php/filters.compression.html - [similar]
フォーマットされた文字列をストリームに書き込む 5577
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリー ... 指定したストリームに書き込みます。 パラメータ stream fopen() を使用して作成したファイルシステムポインタリソー ... 例1 fprintf() : 数値のゼロ埋め <?php if (!( $fp = fopen ( 'currency.txt' , 'w' ))) { return; } fprintf ( $ ... fprintf() : 金額のフォーマット <?php if (!( $fp = fopen ( 'date.txt' , 'w' ))) { return; } $money1 = 68.75 ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
指定されたパスのファイルとディレクトリのリストを取得する 5577
« rewinddir Fileinfo » PHP Manual ディレクトリ 関数 指定されたパスのファイルとディレクトリのリス ... xt [2] => bar.php [3] => .. [4] => . ) 注意 ヒント fopen wrappers が有効の場合、この関数のファイル名として ... ることができます。ファイル名の指定方法に関する詳細は fopen() を参照ください。 サポートするプロトコル/ラッパー ...
https://man.plustar.jp/php/function.scandir.html - [similar]
PUT メソッドのサポート 5488
« 複数ファイルのアップロード 参考 » PHP Manual ファイルアップロードの処理 PUT メソッドのサポート ... されたデータは標準入力からやってきます */ $putdata = fopen ( "php://input" , "r" ); /* 書き込みモードでファイ ... ルをオープンします */ $fp = fopen ( "myputfile.ext" , "w" ); /* データを 1 KB 単位で ...
https://man.plustar.jp/php/features.file-upload.put-method.html - [similar]
フォーマットに基づきファイルからの入力を処理する 5488
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する ... ァイルから 1 行ずつ読み込みます。 パラメータ stream fopen() を使用して作成したファイルシステムポインタリソー ... が返されます。 例 例1 fscanf() の例 <?php $handle = fopen ( "users.txt" , "r" ); while ( $userinfo = fscanf ...
https://man.plustar.jp/php/function.fscanf.html - [similar]
ファイルポインタを移動する 5488
« fscanf fstat » PHP Manual ファイルシステム 関数 ファイルポインタを移動する fseek (PHP 4, PHP 5 ... レージが固定長である場合などです。 パラメータ stream fopen() を使用して作成したファイルシステムポインタリソー ... れば -1 を返します。 例 例1 fseek() の例 <?php $fp = fopen ( 'somefile.txt' , 'r' ); // データを読み込む $dat ...
https://man.plustar.jp/php/function.fseek.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT