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 fdb0ca1 commit 24fb2f9Copy full SHA for 24fb2f9
README.md
@@ -92,6 +92,8 @@ php > var_dump(md5_file('/path/sample.dat') === md5_file('/path/sample_copy.dat'
92
bool(true)
93
```
94
***Example 3*** Set/delete a path
95
+
96
+*it may be a better choice to use set_path/get_path/del_path instead, check phpdoc*
97
98
php > $bnode = new bdict();
99
php > $bnode->set('key1', new blist());
@@ -124,7 +126,7 @@ Array
124
126
TODO
125
127
===
128
1. code cleaning
-2. set/get by node paths
129
+2. ~~set/get by node paths~~
130
3. search through a Bencode tree
131
4. ~~registration in a given namespace~~
132
5. PHP 5.6 support
0 commit comments