Search Results

  1. Description ¶ public ReflectionZendExtension::getName (): string Warning This function is currently not documented; only its argument list is available.

  2. Mar 4, 2024 · Name of the extension. Read-only, throws ReflectionException in attempt to write.

  3. The ReflectionZendExtension class Introduction (PHP 5 >= 5.4.0, PHP 7) Class synopsis ReflectionZendExtension implements Reflector { /* Properties */ public $ name ; /* Methods */

  4. Simple usage example of `ReflectionZendExtension::getName ()`. ReflectionZendExtension::getName is a PHP function that retrieves the name of a Zend extension. Zend extensions are dynamic libraries that provide additional functionality to PHP. This function is used to obtain the name of a specific Zend extension.

  5. ReflectionClass::getMethods — Gets an array of methods ReflectionClass::getModifiers — Gets the class modifiers ReflectionClass::getName — Gets class name ReflectionClass::getNamespaceName — Gets namespace name ReflectionClass::getParentClass — Gets parent class ReflectionClass::getProperties — Gets properties ReflectionClass::getProperty — Gets a ReflectionProperty for a class's ...

  6. ReflectionFunctionAbstract::getName — Gets function name ReflectionFunctionAbstract::getNamespaceName — Gets namespace name ReflectionFunctionAbstract::getNumberOfParameters — Gets number of parameters ReflectionFunctionAbstract::getNumberOfRequiredParameters — Gets number of required parameters

  7. php.joaquinfernandez.net › en › reflectionReflection - PHP Manual

    ReflectionClass::newInstanceWithoutConstructor — Creates a new class instance without invoking the constructor. ReflectionClass::setStaticPropertyValue — Sets static property value ReflectionClass::__toString — Returns the string representation of the ReflectionClass object. ReflectionZendExtension — The ReflectionZendExtension class