検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 75 for eof (0.014 sec.)
gz ファイルポインタの位置を移動する 6293
« gzrewind gztell » PHP Manual Zlib 関数 gz ファイルポインタの位置を移動する gzseek (PHP 4, PHP ... 0を返します。それ以外の場合は、-1を返します。 移動がEOFを超える場合にもエラーは発生しないことに注意してくだ ...
https://man.plustar.jp/php/function.gzseek.html - [similar]
接続しているかどうかによらずソケットにメッセージを送信する 6293
« socket_sendmsg socket_set_block » PHP Manual ソケット 関数 接続しているかどうかによらずソケット ... ークをつけます。 レコードでデータがそろいます。 MSG_EOF ソケットの送信側を閉じ、そのことを知らせる通知を送 ...
https://man.plustar.jp/php/function.socket-sendto.html - [similar]
ストリームラッパーとして登録するクラスの例 6293
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... () { return $this -> position ; } function stream_eof () { return $this -> position >= strlen ( $GLOBALS ... ite ( $fp , "line3\n" ); rewind ( $fp ); while (! feof ( $fp )) { echo fgets ( $fp ); } fclose ( $fp ); v ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 6224
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... ( EventBufferEvent :: ERROR | EventBufferEvent :: EOF )) { if ( $events & EventBufferEvent :: ERROR ) { ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
Creates new connection listener associated with an event base 6224
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... revent\n" ; } if ( $events & ( EventBufferEvent :: EOF | EventBufferEvent :: ERROR )) { //$bev->free(); $ ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
ファイルから行を取り出し CSV フィールドとして処理する 6224
« SplFileObject::fgetc SplFileObject::fgets » PHP Manual SplFileObject ファイルから行を取り出し ... ew SplFileObject ( "data.csv" ); while (! $file -> eof ()) { var_dump ( $file -> fgetcsv ()); } ?> 例2 Sp ...
https://man.plustar.jp/php/splfileobject.fgetcsv.html - [similar]
ディレクトリハンドルからエントリを読み込む 6224
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... l_bytes ); // tar rounds up filesizes up to multiple of 512 bytes (zero filled) $rest = $bytes % 512 ; if ... " string(16) "stream-close.xml" string(14) "stream-eof.xml" string(16) "stream-flush.xml" string(15) "str ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
バイナリセーフなファイルの読み込み 6140
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... 、読み込みを終了します。 length バイトぶん読み込んだ EOF (ファイルの終端) に達した パケットが利用可能になる ... pen stream to URL" ); } $contents = '' ; while (! feof ( $handle )) { $contents .= fread ( $handle , 8192 ...
https://man.plustar.jp/php/function.fread.html - [similar]
ストリーム 6071
« SplSubject::notify はじめに » PHP Manual その他の基本モジュール ストリーム ストリーム はじめに ... eam_close — リソースを閉じる streamWrapper::stream_eof — ファイルポインタが終端にあるかどうかを調べる str ...
https://man.plustar.jp/php/book.stream.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 6071
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... クしないで読み出せる状態かどうか - 特にストリームが EOF に達したかどうか、です。このとき、 fread() は長さ ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT