PHP Function Comments

后端 未结 4 1627
鱼传尺愫
鱼传尺愫 2021-01-29 20:52

Just a quick question: I\'ve seen that some PHP functions are commented at the top, using a format that is unknown to me:

/**
 *
 * Convert an object to an array         


        
4条回答
  •  误落风尘
    2021-01-29 21:29

    You must check this: Docblock Comment standards

    http://pear.php.net/manual/en/standards.sample.php

提交回复
热议问题