We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbf4fe commit 9b97afdCopy full SHA for 9b97afd
README.md
@@ -98,6 +98,11 @@ This feature allow to dump the list of items present in memory at the time of th
98
- execution frame (name of the method where the variable has been declared)
99
- children: list of linked items with the key value if array or property name if object and the item address in memory
100
101
+### Dumping memory info
102
+```php
103
+meminfo_info_dump(fopen('/tmp/my_dump_file.json', 'w'));
104
+```
105
+
106
### Analyzing a memory dump
107
The analyzer is available from the `analyzer/` directory. It will be invoked with:
108
``` bash
0 commit comments