Skip to content

Commit 24fb2f9

Browse files
committed
Update README.md
1 parent fdb0ca1 commit 24fb2f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ php > var_dump(md5_file('/path/sample.dat') === md5_file('/path/sample_copy.dat'
9292
bool(true)
9393
```
9494
***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*
9597
```
9698
php > $bnode = new bdict();
9799
php > $bnode->set('key1', new blist());
@@ -124,7 +126,7 @@ Array
124126
TODO
125127
===
126128
1. code cleaning
127-
2. set/get by node paths
129+
2. ~~set/get by node paths~~
128130
3. search through a Bencode tree
129131
4. ~~registration in a given namespace~~
130132
5. PHP 5.6 support

0 commit comments

Comments
 (0)