phpDocumentor php-util
[ class tree: php-util ] [ index: php-util ] [ all elements ]

Class: OutputFile

Source Location: /php/util/OutputFile.php

Class OutputFile

Class Overview

출력물의 포맷을 정해주는 메소드 모음입니다.

Located in /php/util/OutputFile.php [line 14]



		
		
		
		

Methods

[ Top ]
Method Summary
static void   excel()   엑셀파일 다운로드
static void   file()   파일 다운로드
static void   word()   워드파일 다운로드

[ Top ]
Methods
static method excel  [line 22]

  static void excel( string $filename, [string $charset = "EUC-KR"]  )

엑셀파일 다운로드

Parameters:
string   $filename:  저장할 파일이름 (실제 파일은 $filename.xls)
string   $charset:  인코딩 타입

API Tags:
Access:  public


[ Top ]
static method file  [line 47]

  static void file( string $filename, string $filesize, [string $charset = "EUC-KR"]  )

파일 다운로드

Parameters:
string   $filename:  저장할 파일이름
string   $filesize:  파일 사이즈
string   $charset:  인코딩 타입

API Tags:
Access:  public


[ Top ]
static method word  [line 34]

  static void word( string $filename, [string $charset = "EUC-KR"]  )

워드파일 다운로드

Parameters:
string   $filename:  저장할 파일이름 (실제 파일은 $filename.doc)
string   $charset:  인코딩 타입

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:57:30 +0900 by phpDocumentor 1.4.3