]> git.mxchange.org Git - friendica.git/commitdiff
Added documentation
authorMichael <heluecht@pirati.ca>
Tue, 15 Nov 2016 07:05:43 +0000 (07:05 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 15 Nov 2016 07:05:43 +0000 (07:05 +0000)
include/items.php

index a4d8d8ef113a3d7c0c034372bde2060ed18cfba8..cb80ce8515a62ff392cba5d29a0e80dd850a1b52 100644 (file)
@@ -359,6 +359,7 @@ function item_add_language_opt(&$arr) {
  * @brief Creates an unique guid out of a given uri
  *
  * @param string $uri uri of an item entry
+ * @param string $host (Optional) hostname for the GUID prefix
  * @return string unique guid
  */
 function uri_to_guid($uri, $host = "") {