1.20.x diff.inc | DiffOp::nclosing() |
Return value
int:
File
- includes/
diff.inc, line 54 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
- DiffOp
- @private
Code
function nclosing() {
return $this->closing ? count($this->closing) : 0;
}