gpt4 book ai didi

php - 你能找到数组的项目类型吗?

转载 作者:IT王子 更新时间:2023-10-29 01:04:15 25 4
gpt4 key购买 nike

<分区>

这个问题链接到this one :

是否可以提示返回数组中项目的类型?

例如:

/**
* MyFunction does a lot of things
*
* @param TClass1 $var1
* @param TClass2 $var2
* @return array[TClass3] //<- I'm trying to express this
*/
function MyFunction( $var1, $var2 ){
...

我将 NetBeans 用作 IDE,它(与许多其他 PHP IDE 一样)利用上述函数的文档 block 来确定返回值的类型。

如果我能解释数组中期望的类型,我希望 IDE 能够为以下情况提供正确的完成:

  $myTab = MyFunction( $foo, $bar );
foreach( $myTab as $itm ){
$itm->myFi| //offer the completion for a TClass3 object
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com