mirror of
https://codeberg.org/vlw/php-globalsnapshot.git
synced 2025-09-13 20:03:41 +02:00
chore(doc): add PHP 8.1+ support to README
This commit is contained in:
parent
855222e4c4
commit
6397a54b40
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# php-globalsnapshot
|
||||
|
||||
Capture the current state of all [PHP superglobal variables](https://www.php.net/manual/en/language.variables.superglobals.php); which can then be restored to that state at a later time.
|
||||
Capture the current state of all [PHP superglobal variables](https://www.php.net/manual/en/language.variables.superglobals.php) - which can then be restored to the state of capture at a later time.
|
||||
|
||||
**Supports PHP 8.1+**
|
||||
|
||||
Example use:
|
||||
```php
|
||||
|
|
Loading…
Add table
Reference in a new issue