PHP » GoLang |
login |
register |
about
|
GoLang ReflectionType::isBuiltin
request it (366)
GoLang replacement for PHP's ReflectionType::isBuiltin
[edit | history]
ReflectionType::isBuiltin(PHP 7) ReflectionType::isBuiltin — Checks if it is a built-in type Description
public bool ReflectionType::isBuiltin
( void
)
Checks if the type is a built-in type in PHP. ParametersThis function has no parameters. Return Values
Examples
Example #1 ReflectionType::isBuiltin() example
<?php The above example will output something similar to: bool(true) bool(false) bool(false) Note that the ReflectionType::isBuiltin() method does not distinguish between internal and custom classes. To make this distinction, the ReflectionClass::isInternal() method should be used on the returned class name. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|