Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PEAR.php

function PEAR::_PEAR

Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.

See the note in the class desciption about output from destructors.

@access public

Return value

void

File

vendor/pear/pear-core-minimal/src/PEAR.php, line 210

Class

PEAR
Base class for other PEAR classes. Provides rudimentary emulation of destructors.

Code

function _PEAR() {
    if ($this->_debug) {
        printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
    }
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal