gpt4 book ai didi

php - 当类型提示时,像在 JAVA 中一样使用包装类

转载 作者:可可西里 更新时间:2023-11-01 12:54:13 25 4
gpt4 key购买 nike

<分区>

在 php-s 类型提示中,我不能使用标量类型,如整数或字符串。所以这是无效的:

function myFunc(int $num) {
//...
}

是否可以像在 JAVA 中那样使用包装类?整数、字符串、 bool 值等...

我想像这样使用它:

function myFunc(Integer $num) {
//...
}

myFunc(5); // ok
myFunc("foo"); // error

我知道,默认情况下 php 中没有包装类。但是怎么可能写一个呢?

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