当前位置:网站首页>PHP 变量注释/**@var*/
PHP 变量注释/**@var*/
2022-08-09 17:26:00 【Gan_1314】
PHP中定义数组类型变量时,可以定义数组内元素的类型。
这样的好处是使用IDE时会有类型提示
public function actionIndex()
{
/** * @var RegionModel[] $regions */
$regions = RegionModel::find()->limit(10)->all();
foreach ($regions as $region) {
dd($region->area_name);
}
}
同样的,如果是多维数组的话
/** * @var RegionModel[][] $arr */
$arr = [
[
new RegionModel()
]
];
边栏推荐
猜你喜欢
商业智能BI行业分析思维框架:铅酸蓄电池行业(一)
100+开箱即用的AI工具箱;程序员150岁长寿指南;『地理空间数据科学』课程资料;Graphic数据可视化图表库;前沿论文 | ShowMeAI资讯日报
Discuz! Forum program installation + template configuration tutorial
loadrunner script -- parameterization
Metasploit——辅助模块(Auxiliary)
Discuz!论坛程序安装+模板配置教程
艺术与科技的狂欢,云端XR支撑阿那亚2022砂之盒沉浸艺术季
Self-taught software testing, how far can I go out to find a job?
The senior told me that the MySQL of the big factory is connected through SSH
不是吧,连公司里的卷王写代码都复制粘贴,这合理?
随机推荐
approach和method的区别
sublime快速打开终端terminal
【工业数字化大讲堂 第二十一期】企业数字化能碳AI管控平台,特邀技术中心总经理 王勇老师分享,8月11日(周四)下午4点
jmeter - record script
Unix domain socket
Can't install the Vmware virtual machine on the Ark Kai server?
leetcode300.最长递增子序列(动态规划)
HarmonyOS - 基于ArkUI (JS) 实现图片旋转验证
PHP基础笔记-NO.4
Logic unauthorized and horizontal and vertical unauthorized payment tampering, verification code bypass, interface
50道Redis面试题,来看看你会多少?
哈希表
手写flexible.js的原理实现,我终于明白移动端多端适配
Unity Webgl与JS相互交互 Unity 2021.2之后的版本
mysql双主备份失败?
The strongest distributed lock tool: Redisson
国际土壤模型协会 International Soil Modeling Consortium-ISMC
What platform is EPIC?
Detailed explanation of JVM memory model and structure (five model diagrams)
[极客大挑战 2019]HardSQL