PHP Manual

  • English French German Portuguese Spanish
Manual de PHP Referencia de funciones Extensiones relacionadas con variable y tipo Reflexión ReflectionMethod ReflectionMethod::isDestructor
ReflectionMethod ReflectionMethod::__construct ReflectionMethod::export ReflectionMethod::getClosure ReflectionMethod::getDeclaringClass ReflectionMethod::getModifiers ReflectionMethod::getPrototype ReflectionMethod::invoke ReflectionMethod::invokeArgs ReflectionMethod::isAbstract ReflectionMethod::isConstructor ReflectionMethod::isDestructor ReflectionMethod::isFinal ReflectionMethod::isPrivate ReflectionMethod::isProtected ReflectionMethod::isPublic ReflectionMethod::isStatic ReflectionMethod::setAccessible ReflectionMethod::__toString
  • ReflectionMethod::isConstructor
  • ReflectionMethod::isFinal

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructor — Comprueba si el método es un destructor

Descripción

public bool ReflectionMethod::isDestructor ( void )

Comprueba si el método es un destructor.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE si el método es un destructor, o si no FALSE

Ver también

  • ReflectionMethod::isConstructor() - Comprueba si el método es un constructor

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.