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 8c2e9b7 commit 3753c8fCopy full SHA for 3753c8f
php_bencode_doc.php
@@ -201,6 +201,15 @@ function encode()
201
{
202
}
203
204
+ /**
205
+ * @param string|int $needle
206
+ * @param int $mode 0: search keys; 1: search values
207
+ * @return string[] paths of the matching entries
208
+ */
209
+ function search($needle, $mode)
210
+ {
211
+ }
212
+
213
/**
214
* @return array Return the array without meta
215
*
@@ -380,6 +389,16 @@ function encode()
380
389
381
390
382
391
392
393
394
+ * @param int $mode
395
+ * @return string[]
396
+ * @see bdict::search()
397
398
399
400
401
383
402
384
403
385
404
* @see bdict::to_array()
0 commit comments