2017年1月20日

php - 去除php代码中的多余空格

摘要: stripWhitespace($tmplContent); } /** * 去除代码中的空白和注释 * @param string $content 代码内容 * @return string */ private static function stripWhitespace($content) { $... 阅读全文

posted @ 2017-01-20 16:41 周~~ 阅读(809) 评论(0) 推荐(0)

Yii 2.x html 代码压缩

摘要: contentType, 'charset') === false) { $this->contentType .= '; charset=' . $response->charset; } $response->getHeaders()->set('Content-Type', $this->contentType); ... 阅读全文

posted @ 2017-01-20 16:32 周~~ 阅读(425) 评论(0) 推荐(0)

导航