検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 104 for fclose (0.009 sec.)
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 5653
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... ile..." ; exit( 1 ); } // ファイルポインタを閉じる fclose ( $fp ); ?> 参考 ftp_nb_get() - FTP サーバーからフ ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 5653
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非 ... was an error uploading the file..." ; exit( 1 ); } fclose ( $fp ); ?> 参考 ftp_nb_put() - FTP サーバーにファ ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 5653
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... $contents = fread ( $fp , filesize ( $filename )); fclose ( $fp ); $part2 [ "type" ] = TYPEAPPLICATION ; $pa ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
S/MIME メッセージを暗号化する 5653
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... fopen ( "msg.txt" , "w" ); fwrite ( $fp , $data ); fclose ( $fp ); // メッセージを暗号化 if ( openssl_pkcs7_ ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
S/MIME メッセージに署名する 5653
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... fopen ( "msg.txt" , "w" ); fwrite ( $fp , $data ); fclose ( $fp ); // 暗号化 if ( openssl_pkcs7_sign ( "msg. ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
接続済みのソケットについて暗号化の on/off を切り替える 5653
« stream_socket_client stream_socket_get_name » PHP Manual ストリーム 関数 接続済みのソケットにつ ... ); while ( $motd = fgets ( $fp )) { echo $motd ; } fclose ( $fp ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.stream-socket-enable-crypto.html - [similar]
指定したキーで排他ロックを確保する 5653
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他 ... 放します } else { echo "Couldn't get the lock!" ; } fclose ( $fp ); ?> 参考 wincache_unlock() - 指定したキーの ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
キャッシュされたファイルのキャッシュエントリをリフレッシュする 5653
« wincache_ocache_meminfo wincache_rplist_fileinfo » PHP Manual WinCache 関数 キャッシュされたフ ... rite ( $handle , '<?php $setting=something; ?>' ); fclose ( $handle ); wincache_refresh_if_changed (array( $ ...
https://man.plustar.jp/php/function.wincache-refresh-if-changed.html - [similar]
このエントリのファイルハンドラを取得する 5653
« RarEntry::getPackedSize RarEntry::getUnpackedSize » PHP Manual RarEntry このエントリのファイル ... lse ) echo $buff ; else break; // fread のエラー } fclose ( $stream ); ?> 参考 RarEntry::extract() - アーカイ ...
https://man.plustar.jp/php/rarentry.getstream.html - [similar]
ディレクトリハンドルからエントリを読み込む 5653
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... ename ; } public function dir_closedir () { return fclose ( $this -> fp ); } public function dir_rewinddir ( ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT