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

search for in the

ReflectionClass::getShortName> <ReflectionClass::getProperties
[edit] Last updated: Fri, 24 Jun 2011

view this page in

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyدریافت خاصیت

Description

public ReflectionProperty ReflectionClass::getProperty ( string $name )

دریافت خاصیت.

Warning

This function is currently not documented; only its argument list is available.

Parameters

name

نام خاصیت.

Return Values

ReflectionProperty.

See Also



add a note add a note User Contributed Notes ReflectionClass::getProperty - [1 notes]
up
1
eric at naeseth dot com
1 year ago
If the class doesn't have a property with the given name, a ReflectionException will be raised.

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