Skip to content

Instantly share code, notes, and snippets.

View hallo-php-welt's full-sized avatar

hallo-php-welt

View GitHub Profile
@hallo-php-welt
hallo-php-welt / gist:4143270
Created November 25, 2012 12:10
Lookup repeating values or strings
<?php
/**
* Look for consecutive repeating elements
*
* @param $subject string|array|integer|Iterator
*
* @return boolean
*
* @author Mike Pretzlaw