Recent Posts

cband 설치 및 설정

less than 1 minute read

설치법 http://blog.naver.com/jhlim7110/120037660897  <- 추천(이미지도 있고 명령어 설명도 잘되어있음) http://sangchul.kr/4806117 http://blog.naver.com/PostView.nhn?blog...

curl 사용 예제

1 minute read

function getContentURL($url,$postData=null) { $conn = curl_init($url); $conn_timeout = 3; $exec_timeout = 3; curl_setopt($conn, CURLOPT_HEADER, false); ...