検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 86 for fwrite (0.009 sec.)
S/MIME メッセージを暗号化する 6010
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... にメッセージを保存 $fp = fopen ( "msg.txt" , "w" ); fwrite ( $fp , $data ); fclose ( $fp ); // メッセージを暗 ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
S/MIME メッセージに署名する 6010
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... にメッセージを保存 $fp = fopen ( "msg.txt" , "w" ); fwrite ( $fp , $data ); fclose ( $fp ); // 暗号化 if ( op ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
プロセスへのファイルポインタをオープンする 6010
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... ります。 このポインタは、 fgets() 、 fgetss() および fwrite() のいずれかで使うことができます。 モードが 'r' の ...
https://man.plustar.jp/php/function.popen.html - [similar]
指定したキーで排他ロックを確保する 6010
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他 ... す ftruncate ( $fp , 0 ); // ファイルを切り詰めます fwrite ( $fp , "Write something here\n" ); wincache_unloc ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
キャッシュされたファイルのキャッシュエントリをリフレッシュする 6010
« wincache_ocache_meminfo wincache_rplist_fileinfo » PHP Manual WinCache 関数 キャッシュされたフ ... led to open file ' . $filename . ' for writing' ); fwrite ( $handle , '<?php $setting=something; ?>' ); fclo ...
https://man.plustar.jp/php/function.wincache-refresh-if-changed.html - [similar]
関数エイリアスのリスト 5942
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... Filesystem doubleval floatval() Base syntax fputs fwrite() Base syntax gzputs gzwrite() Zlib i18n_convert m ...
https://man.plustar.jp/php/aliases.html - [similar]
汎用のファイルロックを行う 5942
« filetype fnmatch » PHP Manual ファイルシステム 関数 汎用のファイルロックを行う flock (PHP 4, P ... す ftruncate ( $fp , 0 ); // ファイルを切り詰めます fwrite ( $fp , "ここで何かを書きます\n" ); fflush ( $fp ) ...
https://man.plustar.jp/php/function.flock.html - [similar]
バイナリセーフなファイルの読み込み 5942
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... タの位置を巻き戻すには rewind() を使用します。 参考 fwrite() - バイナリセーフなファイル書き込み処理 fopen() - ...
https://man.plustar.jp/php/function.fread.html - [similar]
ストリームにフィルタを付加する 5942
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを ... この文字列には、出口で ROT13 変換が適用される。 */ fwrite ( $fp , "This is a test\n" ); /* ファイルの最初に戻 ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
5875
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... -file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); /* グループ ...
https://man.plustar.jp/php/eio.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT