GoLang Componere\cast_by_ref

request it (303)
GoLang replacement for PHP's Componere\cast_by_ref [edit | history]



Do you know a GoLang replacement for PHP's Componere\cast_by_ref? Write it!

PHP Componere\cast_by_ref

PHP original manual for Componere\cast_by_ref [ show | php.net ]

Componere\cast_by_ref

(Componere 2 >= 2.1.2)

Componere\cast_by_refCasting

Description

Type Componere\cast_by_ref ( Type , $object )

Parameters

Type

A user defined type

object

An object with a user defined type compatible with Type

Return Values

An object of type Type, cast from object, where members are references to object members

Exceptions

Warning

Shall throw InvalidArgumentException if the type of object is or is derived from an internal class

Warning

Shall throw InvalidArgumentException if Type is an interface

Warning

Shall throw InvalidArgumentException if Type is a trait

Warning

Shall throw InvalidArgumentException if Type is an abstract

Warning

Shall throw InvalidArgumentException if Type is not compatible with the type of object

See Also