Skip to content

Commit 9b97afd

Browse files
committed
Adding missing usage on info_dump
1 parent 6bbf4fe commit 9b97afd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ This feature allow to dump the list of items present in memory at the time of th
9898
- execution frame (name of the method where the variable has been declared)
9999
- children: list of linked items with the key value if array or property name if object and the item address in memory
100100

101+
### Dumping memory info
102+
```php
103+
meminfo_info_dump(fopen('/tmp/my_dump_file.json', 'w'));
104+
```
105+
101106
### Analyzing a memory dump
102107
The analyzer is available from the `analyzer/` directory. It will be invoked with:
103108
``` bash

0 commit comments

Comments
 (0)