PHP » GoLang |
login |
register |
about
|
GoLang ReflectionGenerator::getThis
request it (350)
GoLang replacement for PHP's ReflectionGenerator::getThis
[edit | history]
PHP ReflectionGenerator::getThisPHP original manual for ReflectionGenerator::getThis [ show | php.net ]ReflectionGenerator::getThis(PHP 7) ReflectionGenerator::getThis — Gets the $this value of the generator Description
public object ReflectionGenerator::getThis
( void
)
Get the $this value that the generator has access to. ParametersThis function has no parameters. Return Values
Returns the $this value, or Examples
Example #1 ReflectionGenerator::getThis() example
<?php The above example will output something similar to: object(GenExample)#3 (0) { } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|