PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

apc_bin_dumpfile - キャッシュされたファイルやユーザー変数のバイナリダンプをファイルに出力する | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

apc_bin_dumpfile

(PECL apc >= 3.1.4)

apc_bin_dumpfileキャッシュされたファイルやユーザー変数のバイナリダンプをファイルに出力する

説明

int apc_bin_dumpfile ( array $files , array $user_vars , string $filename [, int $flags = 0 [, resource $context = NULL ]] )

キャッシュされたファイルやユーザー変数のバイナリダンプを APC キャッシュから取得し、指定したファイルに出力します。

パラメータ

files

The file names being dumped.

user_vars

The user variables being dumped.

filename

The filename where the dump is being saved.

flags

Flags passed to the filename stream. See the file_put_contents() documentation for details.

context

The context passed to the filename stream. See the file_put_contents() documentation for details.

返り値

The number of bytes written to the file, otherwise FALSE if APC is not enabled, filename is an invalid file name, filename can't be opened, the file dump can't be completed (e.g., the hard drive is out of disk space), or an unknown error was encountered.

参考

  • apc_bin_dump() - 指定したファイルおよびユーザー変数のバイナリダンプを取得する
  • apc_bin_load() - バイナリダンプを APC のファイル/ユーザーキャッシュに読み込む

忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「apc_bin_dumpfile - キャッシュされたファイルやユーザー変数のバイナリダンプをファイルに出力する」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | apc_bin_dumpfile - キャッシュされたファイルやユーザー変数のバイナリダンプをファイルに出力する」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: