Longhorn PHP 2025 - Call For Papers

ReflectionGenerator::__construct

(PHP 7, PHP 8)

ReflectionGenerator::__constructConstructs a ReflectionGenerator object

Description

public ReflectionGenerator::__construct(Generator $generator)

Constructs a ReflectionGenerator object.

Parameters

generator

A generator object.

Examples

Example #1 ReflectionGenerator::__construct() example

<?php

function gen()
{
yield
1;
}

$gen = gen();

$reflectionGen = new ReflectionGenerator($gen);

echo <<< output
{
$reflectionGen->getFunction()->name}
Line:
{$reflectionGen->getExecutingLine()}
File:
{$reflectionGen->getExecutingFile()}
output;

The above example will output something similar to:

gen
Line: 5
File: /path/to/file/example.php

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant