Skip to content

Commit

Permalink
phpdoc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed May 26, 2016
1 parent 8c2e9b7 commit 3753c8f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions php_bencode_doc.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ function encode()
{
}

/**
* @param string|int $needle
* @param int $mode 0: search keys; 1: search values
* @return string[] paths of the matching entries
*/
function search($needle, $mode)
{
}

/**
* @return array Return the array without meta
*
Expand Down Expand Up @@ -380,6 +389,16 @@ function encode()
{
}

/**
* @param string|int $needle
* @param int $mode
* @return string[]
* @see bdict::search()
*/
function search($needle, $mode)
{
}

/**
* @return array Return the array without meta
* @see bdict::to_array()
Expand Down

0 comments on commit 3753c8f

Please sign in to comment.