PHP Conference Japan 2024

Componere\cast

(Componere 2 >= 2.1.2)

Componere\cast类型转换

描述

Componere\cast(类型 $type, $object): 类型

参数

type

用户定义类型

object

一个具有用户定义类型且与 Type 兼容的对象

返回值

类型为 Type对象,由 object 转换而来

错误/异常

警告

如果 object 的类型是或派生自内部类,则将抛出 InvalidArgumentException

警告

如果 Type 是一个接口,则将抛出 InvalidArgumentException

警告

如果 Type 是一个 trait,则将抛出 InvalidArgumentException

警告

如果 Type 是一个抽象类,则将抛出 InvalidArgumentException

警告

如果 Typeobject 的类型不兼容,则将抛出 InvalidArgumentException

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top