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, 24 Jun 2011

view this page in

ReflectionClass::getEndLine

(PHP 5)

ReflectionClass::getEndLineدریافت خط پایان

Description

public int ReflectionClass::getEndLine ( void )

دریافت شماره خط پایان از تعریف کلاس کاربر.

Parameters

This function has no parameters.

Return Values

شماره خط پایان کلاس کاربر یا FALSE اگر شناخته نشده باشد.

Examples

Example #1 مثال ReflectionClass::getEndLine()

<?php
// Test Class
class TestClass { }

$rc = new ReflectionClass('TestClass');

echo 
$rc->getEndLine();
?>

The above example will output:

3

See Also



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 | sitemap | contact | advertising | mirror sites