在函数上一行键入
/**

/**
 * @param $a
 * @param $b
 * @return mixed
 */
function abc($a, $b)
{
    $c = $a + $b;
    return $c;
}

然后 enter 回车即可


链接:https://www.jianshu.com/p/658cd9620a25

相关文章:

  • 2022-12-23
  • 2021-07-26
  • 2022-01-07
  • 2021-08-15
猜你喜欢
  • 2021-06-28
  • 2022-01-06
  • 2021-12-24
  • 2022-01-21
相关资源
相似解决方案