PHP Doku:: Output a binary dump of cached files and user variables to a file - function.apc-bin-dumpfile.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDas Verhalten von PHP beeinflussenAlternativer PHP CacheAPC Funktionenapc_bin_dumpfile

Ein Service von Reinhard Neidl - Webprogrammierung.

APC Funktionen

<<apc_bin_dump

apc_bin_load>>

apc_bin_dumpfile

(PECL apc >= 3.1.4)

apc_bin_dumpfileOutput a binary dump of cached files and user variables to a file

Beschreibung

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

Outputs a binary dump of the given files and user variables from the APC cache to the named file.

Parameter-Liste

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.

Rückgabewerte

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.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)