그누보드 function문 분석 3 > 그누4 사전

그누4 사전

프로그램 소스코드에는 알쏭달쏭한 변수들이 많이 있지만 어디에서 사용하는것인지 모를때가 있습니다.
바로 이럴때 여러 회원님들이 쉽게 풀이해서 올려주신 내용을 참고하는곳이랍니다.

그누보드 function문 분석 3 정보

그누보드 function문 분석 3

본문

/cheditor

class uploader

    var $file;
    var $errors;
    var $accepted;
    var $max_filesize;
    var $max_image_width;
    var $max_image_height;

    function max_filesize($size
    function max_image_size($width, $height)
    function upload($filename='', $accept_type='', $extention='')
    function save_file($path, $overwrite_mode="3")
    function cleanup_text_file($file)
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로