Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Boundary - MIME message boundary class
Tags:
- author - Brent R. Matzelle
[ Top ]
Class Variables
$CharSet = ""
[line 1738]
Sets the Char set.
Tags:
- access - public
Type: string
Overrides:
[ Top ]
$ContentType = "text/plain"
[line 1710]
Sets the boundary Content Type.
Tags:
- access - public
Type: string
Overrides:
[ Top ]
$Disposition = ""
[line 1724]
Sets an attachment disposition.
Tags:
- access - public
Type: string
Overrides:
[ Top ]
$Encoding = ""
[line 1717]
Sets the Encoding.
Tags:
- access - public
Type: string
Overrides:
[ Top ]
$FileName = ""
[line 1731]
Sets an attachment file name.
Tags:
- access - public
Type: string
Overrides:
[ Top ]
$ID = 0
[line 1703]
Sets the boundary ID.
Tags:
- access - private
Type: string
Overrides:
[ Top ]
$LE = "\n"
[line 1745]
Sets the line endings of the message. Default is "\n";
Tags:
- access - public
Type: string
Overrides:
[ Top ]
Class Methods
Boundary
Boundary Boundary(
$boundary_id)
[line 1750]
Main constructor.
Parameters:
- $boundary_id -
[ Top ]
GetSource
string GetSource(
[
$bLineEnding = true])
[line 1759]
Returns the source of the boundary.
Tags:
- access - public
Parameters:
- $bLineEnding -
[ Top ]