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

search for in the

ReflectionFunction::__construct> <ReflectionExtension::__toString
Last updated: Fri, 20 Nov 2009

view this page in

The ReflectionFunction class

Introduction

The ReflectionFunction class reports information about a function.

Parent class ReflectionFunctionAbstract has the same methods except invoke(), invokeArgs(), export() and isDisabled().

Class synopsis

ReflectionFunction
ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {
/* Constants */
const integer ReflectionFunction::IS_DEPRECATED = 262144 ;
/* Properties */
public $name ;
/* Methods */
__construct ( string $name )
public static string export ( string $name [, string $return ] )
public mixed invoke ([ string $args ] )
public mixed invokeArgs ( array $args )
public bool isDisabled ( void )
public string __toString ( void )
/* Inherited methods */
final private void ReflectionFunctionAbstract::__clone ( void )
public ReflectionExtension ReflectionFunctionAbstract::getExtension ( void )
public string ReflectionFunctionAbstract::getName ( void )
abstract public void ReflectionFunctionAbstract::__toString ( void )
}

Properties

name

Prop description

Predefined Constants

ReflectionFunction Node Types

ReflectionFunction::IS_DEPRECATED

Description here...

Table of Contents



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

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