1 diff.inc DiffOp::nclosing()

Return value

int:

File

core/includes/diff.inc, line 52
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Class

DiffOp

Code

function nclosing() {
  return $this->closing ? count($this->closing) : 0;
}