<?php /** */ class Demo {} $r = new ReflectionClass( Demo::class ); var_dump( $r->getDocComment() );
You have javascript disabled. You will not be able to edit any code.