検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 179 for fopen (0.005 sec.)
SFTP サブシステムを初期化する 6133
« ssh2_sftp_unlink ssh2_shell » PHP Manual SSH2 関数 SFTP サブシステムを初期化する ssh2_sftp (PE ... のメソッドは全ての他の ssh2_sftp_*() や ssh2.sftp:// fopen ラッパーで使用する SSH2 SFTP リソースを返します。 ... d' ); $sftp = ssh2_sftp ( $connection ); $stream = fopen ( 'ssh2.sftp://' . intval ( $sftp ) . '/path/to/fi ...
https://man.plustar.jp/php/function.ssh2-sftp.html - [similar]
出力をファイルにフラッシュする 6044
« feof fgetc » PHP Manual ファイルシステム 関数 出力をファイルにフラッシュする fflush (PHP 4 >= ... ポインタは、有効なファイルポインタである必要があり、 fopen() または fsockopen() で正常にオープンされた (そし ... ル書き込みの例 <?php $filename = 'bar.txt' ; $file = fopen ( $filename , 'r+' ); rewind ( $file ); fwrite ( $ ...
https://man.plustar.jp/php/function.fflush.html - [similar]
ファイルを指定した長さに丸める 6044
« ftell fwrite » PHP Manual ファイルシステム 関数 ファイルを指定した長さに丸める ftruncate (PHP ... の例 <?php $filename = 'lorem_ipsum.txt' ; $handle = fopen ( $filename , 'r+' ); ftruncate ( $handle , rand ( ... 意 注意 : ファイルポインタは変更 されません 。 参考 fopen() - ファイルまたは URL をオープンする fseek() - フ ...
https://man.plustar.jp/php/function.ftruncate.html - [similar]
Secure Shell 2 6044
« phar:// rar:// » PHP Manual サポートするプロトコル/ラッパー Secure Shell 2 ssh2:// ssh2:// — S ... ssh2.exec ssh2.tunnel ssh2.sftp ssh2.scp allow_url_fopen で制約される Yes Yes Yes Yes Yes 読み込み許可 Yes ... home/username/.ssh/id_rsa' , 'secret' ); $stream = fopen ( "ssh2.tunnel:// $session /remote.example.com:123 ... sftp:// $session /" ; unset( $session ); $stream = fopen ( $connection_string . "path/to/file" , 'r' ); ?> ...
https://man.plustar.jp/php/wrappers.ssh2.html - [similar]
データをファイルに同期する(但しメタデータは除く) 5944
« fclose feof » PHP Manual ファイルシステム 関数 データをファイルに同期する(但しメタデータは除く ... ポインタは、有効なファイルポインタである必要があり、 fopen() または fsockopen() で正常にオープンされた (そし ... tasync() の例 <?php $file = 'test.txt' ; $stream = fopen ( $file , 'w' ); fwrite ( $stream , 'test data' ); ...
https://man.plustar.jp/php/function.fdatasync.html - [similar]
データをファイルに同期する(メタデータも含む) 5944
« fstat ftell » PHP Manual ファイルシステム 関数 データをファイルに同期する(メタデータも含む) fs ... ポインタは、有効なファイルポインタである必要があり、 fopen() または fsockopen() で正常にオープンされた (そし ... fsync() の例 <?php $file = 'test.txt' ; $stream = fopen ( $file , 'w' ); fwrite ( $stream , 'test data' ); ...
https://man.plustar.jp/php/function.fsync.html - [similar]
ファイルポインタの位置を先頭に戻す 5944
« rename rmdir » PHP Manual ファイルシステム 関数 ファイルポインタの位置を先頭に戻す rewind (PHP ... ファイルポインタは有効なものでなければならず、 また fopen() で正常にオープンされたファイルを指している必要が ... す。 例 例1 rewind() での上書きの例 <?php $handle = fopen ( 'output.txt' , 'r+' ); fwrite ( $handle , 'Reall ...
https://man.plustar.jp/php/function.rewind.html - [similar]
画像の基本属性を手軽に取得する 5944
« Imagick::pingImageBlob Imagick::polaroidImage » PHP Manual Imagick 画像の基本属性を手軽に取得す ... ートファイルを開きます。 <?php /* リモートファイルを fopen します */ $fp = fopen ( "http://example.com/test.j ...
https://man.plustar.jp/php/imagick.pingimagefile.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 5855
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... 最後にオープンしたリンクを使用します。 file_handle fopen() が返すファイルハンドル。 戻り値 成功した場合に B ... name , $password ); $filename = '/tmp/bar' ; $fd = fopen ( $filename , 'r' ); if ( $fd ) { $blob = ibase_bl ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]
ユーザー定義のストリームフィルタを登録する 5855
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... tring $class ): bool stream_filter_register() は、 fopen() や fread() などのファイルシステムの関数で利用可能 ... er" ) or die( "Failed to register filter" ); $fp = fopen ( "foo-bar.txt" , "w" ); /* フィルタを開いたストリ ... er" ) or die( "Failed to register filter" ); $fp = fopen ( "foo-bar.txt" , "w" ); /* フィルタを開いたストリ ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT