# wp-staging/4.12.0/Backup/FileHeaderAttribute.php

WP STAGING – WordPress Backups, Restore, Migration &amp; Clone, version 4.12.0. 18 lines.

- Page: https://pluginprobe.com/plugins/wp-staging/4.12.0/code/Backup/FileHeaderAttribute.php
- Raw: https://pluginprobe.com/plugins/wp-staging/4.12.0/raw/Backup/FileHeaderAttribute.php
- Modified: 2026-08-20T22:53:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-staging/4.12.0/code/Backup/FileHeaderAttribute.php#L10-L20`.

```php
<?php

namespace WPStaging\Backup;






class FileHeaderAttribute
{
    const COMPRESSED = 0b0000000000000001;

    const REQUIRE_PREVIOUS_PART = 0b0000000000000010;

    const REQUIRE_NEXT_PART = 0b0000000000000100;
}

```
