PHP 클래스 IMP_Mbox_Generate, horde

저자: Didi Rieder ([email protected])
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
generate ( mixed $mboxes ) : resource Generates a string that can be saved out to an mbox format mailbox file for a mailbox (or set of mailboxes), optionally including all subfolders of the selected mailbox(es) as well. All mailboxes will be output in the same string.

메소드 상세

generate() 공개 메소드

Generates a string that can be saved out to an mbox format mailbox file for a mailbox (or set of mailboxes), optionally including all subfolders of the selected mailbox(es) as well. All mailboxes will be output in the same string.
public generate ( mixed $mboxes ) : resource
$mboxes mixed A mailbox name (UTF-8), or list of mailbox names, to generate a mbox file for.
리턴 resource A stream resource containing the text of a mbox format mailbox file.