BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: C:/usr/local/lib/php/blueshoes-4.2/core/net/email/Bs_EmailParser.class.php
BlueShoes Application Framework - net/email

Bs_EmailParser

Bs_Object
   |
  +-- Bs_EmailParser

Parses email files into arrays.

 

public class Bs_EmailParser extends Bs_Object

Parses email files into arrays.
dependencies: none

Authors
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_Object

isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean

Public Method Summary

void

Bs_EmailParser()

Constructor
array

parseFile(string $fullPath)

reads the file specified and returns it as array.

Private Constant Summary

BS_EMAILPARSER_VERSION >>4.0.$x$<< Warning: documentation is missing.

Public Method Details

Bs_EmailParser

public void Bs_EmailParser( )

  Constructor

Returns void


parseFile

public array parseFile( string $fullPath )

  reads the file specified and returns it as array.

Parameter
string $fullPath
Returns array

(hash)


Private Constant Details

BS_EMAILPARSER_VERSION

define( BS_EMAILPARSER_VERSION, >>4.0.$x$<< )
Case: default: case sensitive




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta