GoLang ReflectionClass::isUserDefined

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



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

PHP ReflectionClass::isUserDefined

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

ReflectionClass::isUserDefined

(PHP 5, PHP 7)

ReflectionClass::isUserDefinedChecks if user defined

Description

public bool ReflectionClass::isUserDefined ( void )

Checks whether the class is user-defined, as opposed to internal.

Parameters

This function has no parameters.

Return Values

Returns TRUE on success or FALSE on failure.

See Also