Added documentation
This commit is contained in:
parent
88d073f3d9
commit
d4e3bc1924
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ function item_add_language_opt(&$arr) {
|
||||||
* @brief Creates an unique guid out of a given uri
|
* @brief Creates an unique guid out of a given uri
|
||||||
*
|
*
|
||||||
* @param string $uri uri of an item entry
|
* @param string $uri uri of an item entry
|
||||||
|
* @param string $host (Optional) hostname for the GUID prefix
|
||||||
* @return string unique guid
|
* @return string unique guid
|
||||||
*/
|
*/
|
||||||
function uri_to_guid($uri, $host = "") {
|
function uri_to_guid($uri, $host = "") {
|
||||||
|
|
Loading…
Reference in a new issue