php-doc-en/reference/reflection/reflectionclass
Christoph Michael Becker a465b89916 Reflection*::export is deprecated as of PHP 7.4.0
Seems we're overdue actually documenting these methods.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350501 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-03 08:59:26 +00:00
..
construct.xml
export.xml Reflection*::export is deprecated as of PHP 7.4.0 2020-09-03 08:59:26 +00:00
getconstant.xml Improve docs 2019-02-25 11:37:39 +00:00
getconstants.xml
getconstructor.xml
getdefaultproperties.xml
getdoccomment.xml Improve docs 2019-02-25 11:37:39 +00:00
getendline.xml
getextension.xml
getextensionname.xml
getfilename.xml
getinterfacenames.xml
getinterfaces.xml
getmethod.xml
getmethods.xml
getmodifiers.xml
getname.xml
getnamespacename.xml
getparentclass.xml Correct return value (false instead of null) 2018-05-08 12:47:13 +00:00
getproperties.xml
getproperty.xml
getreflectionconstant.xml
getreflectionconstants.xml
getshortname.xml
getstartline.xml
getstaticproperties.xml
getstaticpropertyvalue.xml
gettraitaliases.xml
gettraitnames.xml
gettraits.xml
hasconstant.xml
hasmethod.xml
hasproperty.xml
implementsinterface.xml
innamespace.xml
isabstract.xml
isanonymous.xml
iscloneable.xml
isfinal.xml
isinstance.xml
isinstantiable.xml Extend example 2018-04-27 13:50:44 +00:00
isinterface.xml
isinternal.xml
isiterable.xml Unify ReflectionClass::isIterateable() and ::isIterable() and make the former an alias 2019-02-21 08:37:26 +00:00
isiterateable.xml Unify ReflectionClass::isIterateable() and ::isIterable() and make the former an alias 2019-02-21 08:37:26 +00:00
issubclassof.xml Fix parameter type and description 2019-03-11 12:47:04 +00:00
istrait.xml
isuserdefined.xml
newinstance.xml Simplify signature of variadic functions 2018-11-27 19:09:14 +00:00
newinstanceargs.xml
newinstancewithoutconstructor.xml
setstaticpropertyvalue.xml
tostring.xml