ReflectionZendExtension::getURL

(PHP >= 5.4.0) Gets URL public string ReflectionZendExtension::getURL ( void ) Returns: This function is currently not documented; only its argument list is available.

ReflectionZendExtension::getName

(PHP >= 5.4.0) Gets name public string ReflectionZendExtension::getName ( void ) Returns: This function is currently not documented; only its argument list is available.

ReflectionZendExtension::getCopyright

(PHP >= 5.4.0) Gets copyright public string ReflectionZendExtension::getCopyright ( void ) Returns: This function is currently not documented; only its argument list is available.

ReflectionZendExtension::getAuthor

(PHP >= 5.4.0) Gets author public string ReflectionZendExtension::getAuthor ( void ) Returns: This function is currently not documented; only its argument list is available.

ReflectionZendExtension::export

(PHP >= 5.4.0) Export public static string ReflectionZendExtension::export ( string $name [, string $return ] ) Parameters: name return Returns: This function is currently not documented; only its argument list is available.

ReflectionZendExtension::__construct

(PHP >= 5.4.0) Constructor public ReflectionZendExtension::__construct ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

ReflectionZendExtension::__clone

(PHP >= 5.4.0) Clone handler final private void ReflectionZendExtension::__clone ( void ) Returns: This function is currently not documented; only its argument list is available.

ReflectionClass::__toString

(PHP 5, PHP 7) Returns the string representation of the ReflectionClass object. public string ReflectionClass::__toString ( void ) Returns the string representation of the ReflectionClass object. Returns: A string representation of this ReflectionClass instance. Examples: ReflectionClass::__toString() example <?php $re

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0, PHP 7) Sets static property value public void ReflectionClass::setStaticPropertyValue ( string $name, string $value ) Sets static property value. Parameters: name Property name. value New property value. Returns: No value is returned. This function is cu

ReflectionClass::newInstanceWithoutConstructor

(PHP >= 5.4.0) Creates a new class instance without invoking the constructor. public object ReflectionClass::newInstanceWithoutConstructor ( void ) Creates a new instance of the class without invoking the constructor. Returns: Exception: A ReflectionException if the class is an internal class that cannot be instantiated without invoking the constructor. In PHP 5.