PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::isFinal
request it (308)
GoLang replacement for PHP's ReflectionClass::isFinal
[edit | history]
ReflectionClass::isFinal(PHP 5, PHP 7) ReflectionClass::isFinal — Checks if class is final Description
public bool ReflectionClass::isFinal
( void
)
Checks if a class is final. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 ReflectionClass::isFinal() example
<?php The above example will output: bool(false) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|