Skip to content

Instantly share code, notes, and snippets.

View Opencontent's full-sized avatar

OpenContent Developer Opencontent

View GitHub Profile
@Opencontent
Opencontent / ParensParser.php
Last active June 16, 2020 06:06 — forked from xeoncross/ParensParser.php
PHP: Nested Parenthesis Parser
<?php
// @rodneyrehm
// http://stackoverflow.com/a/7917979/99923
class ParensParser
{
protected $length = null;
// something to keep track of parens nesting
protected $stack = null;
// current level