/* */주석
$str = preg_replace('/\/\*(.*?)\*\//is', '', $str);
<!-- -->주석
$str = preg_replace('/<!--(.*?)-->/is', '', $str);
//주석
$str = preg_replace('/\/\/(.*)\n', '', $str);
#주석
$str = preg_replace('/#(.*)\n/', '', $str);
'주석
$str = preg_replace('/\'(.*)\n/', '', $str);
'APM' 카테고리의 다른 글
백업(Backup) 없는 MySQL 테이블 복구하기 (0) | 2015.03.23 |
---|---|
Installing Comodo Positive SSL Certs on Apache and OpenSSL (0) | 2014.09.30 |
How to save PHP Sessions to a database (0) | 2014.08.05 |
MySQL 원격 증분 백업 – Percona XtraBackup (0) | 2014.07.18 |
Mysql InnoDB – 테이블 당 테이블스페이스 사용하기 (0) | 2014.07.18 |
댓글