Update 02_Sessions.md

This commit is contained in:
lhasselb 2018-07-21 12:27:12 +02:00 committed by GitHub
parent 921b98112e
commit 06349f409b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ $object = unserialize($session->get('MyObject', $object));
```
## get_all
## getAll
You can also get all the values in the session at once. This is useful for debugging.
```php