PHP » GoLang |
login |
register |
about
|
GoLang ReflectionType::allowsNull
request it (337)
GoLang replacement for PHP's ReflectionType::allowsNull
[edit | history]
PHP ReflectionType::allowsNullPHP original manual for ReflectionType::allowsNull [ show | php.net ]ReflectionType::allowsNull(PHP 7) ReflectionType::allowsNull — Checks if null is allowed Description
public bool ReflectionType::allowsNull
( void
)
Checks whether the parameter allows ParametersThis function has no parameters. Return Values
Examples
Example #1 ReflectionType::allowsNull() example
<?php The above example will output something similar to: bool(false) bool(true) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|