<?php
/**
* @file bin/daemon.php
- * @brief Run the worker from a daemon.
+ * Run the worker from a daemon.
*
* This script was taken from http://php.net/manual/en/function.pcntl-fork.php
*/
}
/**
- * @brief Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
+ * Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
*
* @param string $sysLang The default fallback language
* @param array $server The $_SERVER array
}
/**
- * @brief: Decodes incoming Diaspora message in the new format
+ * Decodes incoming Diaspora message in the new format
*
* @param string $raw raw post message
* @param string $privKey The private key of the importer
}
/**
- * @brief: Decodes incoming Diaspora message in the deprecated format
+ * Decodes incoming Diaspora message in the deprecated format
*
* @param string $xml urldecoded Diaspora salmon
* @param string $privKey The private key of the importer
}
/**
- * @briefs Implodes recursively a multi-dimensional array where a normal implode() will fail.
+ * Implodes recursively a multi-dimensional array where a normal implode() will fail.
*
* @param array $array Array to implode
* @param string $glue Glue for imploded elements
}
/**
- * @brief
- *
* @param array $head
* @param string $prvkey
* @param string $keyid (optional, default 'Key')
}
/**
- * @brief
- *
* @param array $head
* @param string $prvkey
* @param string $alg (optional) default 'sha256'
}
/**
- * @brief
- *
* @param string $header
* @return array associate array with
* - \e string \b keyID
}
/**
- * @brief
- *
* @param string $header
* @param string $prvkey (optional), if not set use site private key
*
<?php
/**
- * @brief: Get info header of the scheme
+ * Get info header of the scheme
*
* This function parses the header of the schemename.php file for informations like
* Author, Description and Overwrites. Most of the code comes from the Addon::getInfo()
}
/**
- * @brief: Search for contacts
+ * Search for contacts
*
* This function search for a users contacts. The code is copied from contact search
* in /src/Module/Contact.php. With this function the contacts will permitted to acl_lookup()