'php5/기본단계2문법'에 해당되는 글 20건
- xml 문서 작성 - public string DOMDocument::saveXML () 2014.01.17
- xml 문서 배열 반환 - SimpleXMLElement simplexml_load_string ( string $data ) 2014.01.17
- JSON 문자열 배열 반환 - mixed json_decode ( string $json ) 2014.01.17
- JSON 표현 문자열 반환 - string json_encode ( mixed $value ) 2014.01.17
- 출력 버퍼링(Output Buffering) - bool ob_start (), bool ob_end_flush ( void ) 2014.01.17
- $_SESSION 기능 - bool session_start ( void ) 2014.01.17
- $_COOKIE 기능 - bool setcookie ( string $name ) 2014.01.17
- 다운로드 - header기능 사용 2014.01.16
- $_FILES와 업로드 - $HTTP_POST_FILES [deprecated], bool move_uploaded_file ( string $filename , string $destination ) 2014.01.16
- $_REQUEST[웹서버요청방식] 2014.01.16
- $_POST[웹서버요청방식] - $HTTP_POST_VARS [deprecated] 2014.01.16
- $_GET[웹서버요청방식] - $HTTP_GET_VARS [deprecated] 2014.01.16
- php소스 실행 - mixed eval ( string $code ) 2014.01.16
- header 기능[상태코드, 리다이렉트, 해더정보변경, 다운로드, 노캐싱] - void header ( string $string ) 2014.01.16
- $_SERVER기능[접속자와 접속 페이지 관련 정보 반환] - $HTTP_SERVER_VARS [deprecated] 2014.01.15
- HTTP란? 2014.01.15
- 정규표현식 2014.01.12
- 재귀 함수 2014.01.08
- 가변 함수 2014.01.08
- static 정적변수, global 전역변수 사용과 차이 2014.01.08