Traduzir "instanceof" para inglês

Mostrando 7 de 7 traduções da frase "instanceof" de chinês para inglês

Tradução de chinês para inglês de instanceof

chinês
inglês

ZH 接口加上类型约束,提供了一种很好的方式来确保某个对象包含有某些方法。参见 instanceof 操作符和类型声明。

EN An interface, together with type declarations, provides a good way to make sure that a particular object contains particular methods. See instanceof operator and type declarations.

ZH 值必须为指定类和接口的实例化对象 instanceof

EN The value must be an instanceof the given class or interface.

ZH 值必须是用于类型声明相同类的 instanceof 。 仅可在类中使用。

EN The value must be an instanceof the same class as the one in which the type declaration is used. Can only be used in classes.

ZH 值必须是用于类型声明父级类的 instanceof , 仅可在类中使用。

EN The value must be an instanceof the parent of the class in which the type declaration is used. Can only be used in classes.

ZH 不支持上述标量类型的别名。相反,它们被视为类或接口名。例如,使用 boolean 作为类型声明,将要求值是一个 instanceof 类或接口 boolean,而不能是类型

EN Aliases for the above scalar types are not supported. Instead, they are treated as class or interface names. For example, using boolean as a type declaration will require the value to be an instanceof the class or interface boolean, rather than of type

ZH 它的值必须是一个 class 的 instanceof,该 class 是调用方法所在的同一个类。 PHP 8.0.0 起有效。

EN The value must be an instanceof the same class as the one the method is called in. Available as of PHP 8.0.0.

ZH 抛出的对象必须是 instanceof

EN The thrown object must be an instanceof

Mostrando 7 de 7 traduções