(PECL apc >= 3.1.4)
apc_bin_dumpfile — キャッシュされたファイルやユーザ変数のバイナリダンプをファイルに出力する
キャッシュされたファイルやユーザ変数のバイナリダンプを APC キャッシュから取得し、指定したファイルに出力します。
The file names being dumped.
The user variables being dumped.
The filename where the dump is being saved.
Flags passed to the filename stream. See the file_put_contents() documentation for details.
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.