検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 64 for fread (0.032 sec.)
このエントリのファイルハンドラを取得する 7423
« RarEntry::getPackedSize RarEntry::getUnpackedSize » PHP Manual RarEntry このエントリのファイル ... 独立しています while (! feof ( $stream )) { $buff = fread ( $stream , 8192 ); if ( $buff !== false ) echo $b ... uff ; else break; // fread のエラー } fclose ( $stream ); ?> 参考 RarEntry::e ...
https://man.plustar.jp/php/rarentry.getstream.html - [similar]
データをシール(暗号化)する 7322
« openssl_random_pseudo_bytes openssl_sign » PHP Manual OpenSSL 関数 データをシール(暗号化)する ... ssl-0.9.6/demos/maurice/cert.pem" , "r" ); $cert = fread ( $fp , 8192 ); fclose ( $fp ); $pk1 = openssl_get ... penssl-0.9.6/demos/sign/cert.pem" , "r" ); $cert = fread ( $fp , 8192 ); fclose ( $fp ); $pk2 = openssl_get ...
https://man.plustar.jp/php/function.openssl-seal.html - [similar]
接続されているかどうかにかかわらず、ソケットからのデータを受信する 7322
« stream_socket_pair stream_socket_sendto » PHP Manual ストリーム 関数 接続されているかどうかにか ... トからデータを取得しますが、バッファを消費しません。 fread() あるいは stream_socket_recvfrom() を続けてコール ... があります。 注意 : バッファベースのストリーム関数 ( fread() あるいは stream_get_line() など) をコールした後に ...
https://man.plustar.jp/php/function.stream-socket-recvfrom.html - [similar]
SplFileObject クラス 7121
« SplFileInfo::__toString SplFileObject::__construct » PHP Manual ファイル操作 SplFileObject クラ ... = "\\" , string $eol = "\n" ): int | false public fread ( int $length ): string | false public fscanf ( st ... ールドの配列を CSV の行として書き出す SplFileObject::fread — ファイルから読み取る SplFileObject::fscanf — フォ ...
https://man.plustar.jp/php/class.splfileobject.html - [similar]
XML 外部エンティティの例 7121
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... es , $systemId ); return false ; } while ( $data = fread ( $fp , 4096 )) { if (! xml_parse ( $parser , $dat ... きませんでした" ); } echo "<pre>" ; while ( $data = fread ( $fp , 4096 )) { if (! xml_parse ( $xml_parser , ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
ふたつのパスの差分を再帰的に取得する 7121
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... とつはエラー出力です。 このストリームを読み込むには fread() を使用します。エラーが発生した場合は false あるい ... nts = '' ; while (! feof ( $diff )) { $contents .= fread ( $diff , 8192 ); } fclose ( $diff ); fclose ( $er ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
scoutapm がデータを収集する関数の一覧 7021
« scoutapm_get_calls SNMP » PHP Manual Scoutapm 関数 scoutapm がデータを収集する関数の一覧 scout ... tents [1] => file_put_contents [2] => fopen [3] => fread [4] => fwrite [5] => pdo->exec [6] => pdo->query [ ...
https://man.plustar.jp/php/function.scoutapm-list-instrumented-functions.html - [similar]
XML エレメント構造の例 6920
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... 入力をオープンできませんでした" ); } while ( $data = fread ( $fp , 4096 )) { if (! xml_parse ( $xml_parser , ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]
ファイルを指定した長さに丸める 6920
« ftell fwrite » PHP Manual ファイルシステム 関数 ファイルを指定した長さに丸める ftruncate (PHP ... filesize ( $filename ))); rewind ( $handle ); echo fread ( $handle , filesize ( $filename )); fclose ( $han ...
https://man.plustar.jp/php/function.ftruncate.html - [similar]
指定したストリームのファイル読み込みバッファリングを有効にする 6920
« stream_set_chunk_size stream_set_timeout » PHP Manual ストリーム 関数 指定したストリームのファ ... み込み操作はバッファされなくなります。 これにより、 fread() による読み込み操作が完了するまでは 他のプロセスが ...
https://man.plustar.jp/php/function.stream-set-read-buffer.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT