dongxie3701 2017-01-16 11:21
浏览 87
已采纳

文档的注释PHP发布数据并返回JSON

I have two questions actually:

  1. For some functions I am posting forms to them, can I mention them as @params in comments or what:

    /* some descriptions 
     *
     * @param string userName
     */
    
    
    
    public function add(){ 
               $userName = $_POST['user']
            ......
    }
    
  2. From some function I am returning data as JSON, how to mention JSON as return type and format:

     /* some descriptions 
      *
      * @return JSON [{id, name,...}]
      */
    
  • 写回答

1条回答 默认 最新

  • dsgdhtr_43654 2017-02-04 18:26
    关注

    You can write anything you like in comments. That said, it's not a conventional use - @param and @return should describe the actual parameters and return values of the function in question. See e.g. the draft PHP-FIG recommendation for what's (mostly) conventional.

    If you're returning a JSON string it would be better to document it as

    @return string Text here describing what is being returned

    since as far as PHP is concerned it's just another string.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度