delete ()

Deletes a cache.

Access

public

Returns

Type

Description

boolean

Whether the operation was successful.

Source

Method defined in lib/cachecore/cachepdo.class.php | Toggle source view (5 lines) | View on GitHub

public function delete()
{
    $this->delete->bindParam(':id', $this->id);
    return $this->delete->execute();
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback