The class can be used to create backup files of MySQL databases in the form of lists of SQL statements that can be executed to restore the database.
This is a new version of a class originally written by Vagharshak Tozalakyan to use much less memory.
It can store the backup data in compressed or uncompressed files directly, instead of concatenating the whole data in a text string, thus avoiding to use too much memory when taking backups of large databases.
It can also return the backup data as a single uncompressed string, but this way it may exceed the PHP memory limit.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (83.3%) |
Not sure (50.0%) |
Not sure (58.3%) |
- |
- |
Not sure (56.7%) |
1030 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|