GoLang ReflectionClass::implementsInterface

request it (294)
GoLang replacement for PHP's ReflectionClass::implementsInterface [edit | history]



Do you know a GoLang replacement for PHP's ReflectionClass::implementsInterface? Write it!

PHP ReflectionClass::implementsInterface

PHP original manual for ReflectionClass::implementsInterface [ show | php.net ]

ReflectionClass::implementsInterface

(PHP 5, PHP 7)

ReflectionClass::implementsInterfaceImplements interface

Description

public bool ReflectionClass::implementsInterface ( string $interface )

Checks whether it implements an interface.

Parameters

interface

The interface name.

Return Values

Returns TRUE on success or FALSE on failure.

See Also