|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <phpdbg_btree.h>
Data Fields | |
| zend_ulong | count |
| zend_ulong | depth |
| bool | persistent |
| phpdbg_btree_branch * | branch |
Definition at line 35 of file phpdbg_btree.h.
| phpdbg_btree_branch* phpdbg_btree::branch |
Definition at line 39 of file phpdbg_btree.h.
| zend_ulong phpdbg_btree::count |
Definition at line 36 of file phpdbg_btree.h.
| zend_ulong phpdbg_btree::depth |
Definition at line 37 of file phpdbg_btree.h.
| bool phpdbg_btree::persistent |
Definition at line 38 of file phpdbg_btree.h.