Skip to content

Instantly share code, notes, and snippets.

View bamz3r's full-sized avatar

Bambang Riswanto bamz3r

View GitHub Profile
if ($length != '' && ! preg_match($pattern, $type)) {
$lengthFix = str_replace(",", ".", $length);
if($lengthFix != $length){
$modified = true;
}
if(is_numeric($lengthFix)){