検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 179 for fopen (0.008 sec.)
デフォルトのストリームコンテキストを設定する 4922
« stream_context_get_params stream_context_set_option » PHP Manual ストリーム 関数 デフォルトのス ... context_set_default ( array $options ): resource ( fopen() 、 file_get_contents() のような) ファイル操作関数 ...
https://man.plustar.jp/php/function.stream-context-set-default.html - [similar]
ストリームにタイムアウトを設定する 4922
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... 接続もしくは Unix ドメインソケット接続をオープンする fopen() - ファイルまたは URL をオープンする 関連キーワー ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
データをブロックで送信する 4922
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... NULL ; $stmt -> bind_param ( "b" , $null ); $fp = fopen ( "messages.txt" , "r" ); while (! feof ( $fp )) { ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
Phar アーカイブのエイリアスを設定する 4922
« Phar::running Phar::setDefaultStub » PHP Manual Phar Phar アーカイブのエイリアスを設定する Pha ... オブジェクトを作成する Phar::interceptFileFuncs() - fopen、file_get_contents、opendir などの stat 関連の関数を ...
https://man.plustar.jp/php/phar.setalias.html - [similar]
圧縮ストリーム 4922
« php:// data:// » PHP Manual サポートするプロトコル/ラッパー 圧縮ストリーム zlib:// bzip2:// zi ... / は、それぞれ gzopen() および bzopen() と等価で、 fopencookie をサポートしないシステムの上でも動作します。 ... ション ラッパーの概要 属性 サポートの有無 allow_url_fopen で制約される No 読み込み許可 Yes 書き込み許可 Yes ...
https://man.plustar.jp/php/wrappers.compression.html - [similar]
さまざまな入出力ストリームへのアクセス 4922
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... ーの概要を参照します) 属性 サポートの有無 allow_url_fopen で制約される No allow_url_include で制約される php ... 5 MB にします。 $fiveMBs = 5 * 1024 * 1024 ; $fp = fopen ( "php://temp/maxmemory: $fiveMBs " , 'r+' ); fput ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
Expect の使用例 4833
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... hp ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $ ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
メッセージを出力し、現在のスクリプトを終了する 4833
« eval get_browser » PHP Manual その他の関数 メッセージを出力し、現在のスクリプトを終了する exit ... 例 <?php $filename = '/path/to/data-file' ; $file = fopen ( $filename , 'r' ) or exit( "ファイル ( $filename ...
https://man.plustar.jp/php/function.exit.html - [similar]
ファイル名がパターンにマッチするか調べる 4833
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatc ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
オープン中のファイルを FTP サーバーにアップロードする 4833
« ftp_fget ftp_get_option » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーにアップロード ... 読み込みモードで開く $file = 'somefile.txt' ; $fp = fopen ( $file , 'r' ); // 接続を確立する $ftp = ftp_conn ...
https://man.plustar.jp/php/function.ftp-fput.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT