downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionClass::getExtension> <ReflectionClass::getDocComment
[edit] Last updated: Fri, 17 May 2013

view this page in

ReflectionClass::getEndLine

(PHP 5)

ReflectionClass::getEndLineGets end line

Descrizione

public int ReflectionClass::getEndLine ( void )

Gets end line number from a user-defined class definition.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The ending line number of the user defined class, or FALSE if unknown.

Esempi

Example #1 ReflectionClass::getEndLine() example

<?php
// Test Class
class TestClass { }

$rc = new ReflectionClass('TestClass');

echo 
$rc->getEndLine();
?>

Il precedente esempio visualizzerĂ :

3

Vedere anche:



add a note add a note User Contributed Notes ReflectionClass::getEndLine - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites