“PHP DOCS Комментарии” Ответ

PHP правильная функция комментарии

/**
 * This function compiles a message that tells you how great coffee is
 *
 * @param string  $compliment A nice word to describe coffee 
 * @param integer $score      A score out of 10
 */
SmokeFrog

PHP DOCS Комментарии

/**
 * Summary.
 *
 * Description.
 *
 * @since x.x.x
 *
 * @see Function/method/class relied on
 * @link URL
 * @global type $varname Description.
 * @global type $varname Description.
 *
 * @param type $var Description.
 * @param type $var Optional. Description. Default.
 * @return type Description.
 */
Cooperative Chinchilla

Ответы похожие на “PHP DOCS Комментарии”

Вопросы похожие на “PHP DOCS Комментарии”

Больше похожих ответов на “PHP DOCS Комментарии” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования