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

search for in the

ReflectionClass::getExtension> <ReflectionClass::getDocComment
[edit] Last updated: Fri, 23 Mar 2012

view this page in

ReflectionClass::getEndLine

(PHP 5)

ReflectionClass::getEndLineSon satırın numarasını döndürür

Açıklama

public int ReflectionClass::getEndLine ( void )

Bir kullanıcı tanımlı sınıfın son satırının numarasını döndürür.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Bir kullanıcı tanımlı sınıfın son satırının numarasını döndürür. Satır numarası bilinmiyorsa FALSE döner.

Örnekler

Örnek 1 - ReflectionClass::getEndLine() örneği

<?php
// Test Class
class TestClass { }

$rc = new ReflectionClass('TestClass');

echo 
$rc->getEndLine();
?>

Yukarıdaki örneğin çıktısı:

3

Ayrıca Bakınız



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

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