php 썸네일형 리스트형 [PHP] 괄호 처리 괄호를 처리해줘야할 경우 생김.이경우 quotemeta() 함수를 이용해주면 \{\}형태로 변환해줌. 더보기 [PHP] 특수문자 제거 정규표현식 Remove special characters in php $string = preg_replace("/[ #\&\+\-%@=\/\\\:;,\.'\"\^`~\_|\!\?\*$#()\[\]\{\}]/i", "", $string); 더보기 [PHP] Make xml 파일 makePomXml(); } private function makePomXml(){ $this->openURI($this->build_name.'.xml'); $this->setIndent(true); $this->startDocument("1.0", "UTF-8"); $this->startElement("project"); $this->writeAttribute("xmlns", "http://maven.apache.org/POM/4.0.0"); $this->writeAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance"); $this->writeAttribute("xsi:schemaLocation", "http://maven.apache... 더보기 이전 1 ··· 3 4 5 6 7 8 9 ··· 11 다음