_get_dir($dir); } $_result = $object->_get_dir($dir); foreach($_args as $value) { $_result .= $value; if (!is_dir($_result)) { mkdir($_result, 0777); } $_result.= DIRECTORY_SEPARATOR; } return $_result; } ?>