phpDocumentor wind
[ class tree: wind ] [ index: wind ] [ all elements ]

Interface: IWindMailEncoder

Source Location: /mail/IWindMailEncoder.php

Interface IWindMailEncoder

Interface Overview

邮件编码,解码接口

Located in /mail/IWindMailEncoder.php [line 11]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id$
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Method Summary
void   decode()   解码邮件内容
void   decodeHeader()   解码邮件头
void   encode()   编码邮件内容
void   encodeHeader()   编码邮件头

[ Top ]
Methods
decode  [line 29]

  void decode( string $string, int $length, string $linebreak  )

解码邮件内容

Parameters:
string   $string: 
int   $length: 
string   $linebreak: 

API Tags:
Access:  public


[ Top ]
decodeHeader  [line 49]

  void decodeHeader( string $string, string $charset, int $length, string $linebread  )

解码邮件头

Parameters:
string   $string: 
string   $charset: 
int   $length: 
string   $linebread: 

API Tags:
Access:  public


[ Top ]
encode  [line 20]

  void encode( string $string, int $length, string $linebreak  )

编码邮件内容

Parameters:
string   $string: 
int   $length: 
string   $linebreak: 

API Tags:
Access:  public


[ Top ]
encodeHeader  [line 39]

  void encodeHeader( string $string, string $charset, int $length, $linebread, string $linebreak  )

编码邮件头

Parameters:
string   $string: 
string   $charset: 
int   $length: 
string   $linebreak: 
   $linebread: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:27 +0800 by phpDocumentor 1.4.4