"ファイルポインタ"の翻訳 英語に:


  辞書 日本-英語

ファイルポインタ - 翻訳 :

  例 (レビューされていない外部ソース)

ファイルポインタ bz から返されたbzip2エラー のエラー番号を返します
Returns the error number of any bzip2 error returned by the file pointer bz.
ファイルポインタ bz から返されたbzip2エラー のエラーの文字列を返します
Returns the error string of any bzip2 error returned by the file pointer bz.
バッファリングされた全てのbzip2データを bz が指すファイルポインタに書き込みます
Forces a write of all buffered bzip2 data for the file pointer bz.
fp が示すファイルポインタの位置 すなわちファイル ストリーム上のオフセットを返します
Returns the position of the file pointer referenced by handle i.e., its offset into the file stream.
'r' 読みこみのみでオープンします ファイルポインタをファイルの 先頭に置きます
If the file does not exist, attempt to create it.
zpが指すファイルポインタの位置 つまり ファイルストリームにおけるオフセット値を返します
Returns the position of the file pointer referenced by zp i.e., its offset into the file stream.
与えられたファイルポインタをEOFまで読み 結果を標準出力に書き出し ます
Reads to EOF on the given file pointer from the current position and writes the results to the output buffer.
この拡張モジュールは リソース型として処理を行うbz2ファイルを指す ファイルポインタを定義します
This example opens a temporary file and writes a test string to it, then prints out the contents of the file.
ファイルポインタがEOFに達しているかエラーの場合に TRUE その他の場合に FALSE を返します
Returns TRUE if the file pointer is at EOF or an error occurs otherwise returns FALSE.
ファイルポインタ bz から返されたbzip2エラー のエラー番号とエラー文字列を連想配列として返します
Returns the error number and error string, in an associative array, of any bzip2 error returned by the file pointer bz.
gzファイルポインタがEOFを指す時またはエラーが生じた場合に TRUE その他の場合に FALSE を返します
Returns TRUE if the gz file pointer is at EOF or an error occurs otherwise returns FALSE.
fp が指すファイルポインタから1文字読み出し その文字からなる文字列を返します EOFの場合に FALSE を返します
Returns a string containing a single character read from the file pointed to by handle.
'a' 書きこみのみでオープンします ファイルポインタをファイルの 終端に置きます ファイルが存在しない場合には 作成を試みます
If not needed, this will be ignored.
ファイルポインタfpを引数とし ファイルを指定した長さ サイズに丸めます この関数は成功時に TRUE 失敗時に FALSE を返します
Returns TRUE on success or FALSE on failure.
'w' 書きこみのみでオープンします ファイルポインタをファイルの 先頭に置き ファイルサイズをゼロにします ファイルが存在しない 場合には 作成を試みます
If the file does not exist, attempt to create it.
ファイルポインタによりレスポンスの 本体 のみを 取得することが可能であることに注意して下さい この関数を用いて HTTPレスポンスにアクセスすることはできません
If PHP has decided that filename specifies a local file, then it will try to open a stream on that file.