SYNOPSISint mimeEntityIsReparented(mimeEntity entityOrReader)
Parameters:
entityOrReader
- A mimeEntity
or
mimeReader
object
Returns:
int
boolean value indicating whether the
mimeEntityGetBody
value is reparented (if reparenting
requested)
DESCRIPTION
The mimeEntityIsReparented
function returns an integer boolean
value (1 if true, 0 if false) that indicates whether the value
returned by mimeEntityGetBody
(here)
with the "reparented
" flag, is actually reparented, i.e. is
HTML and within a multipart/related
entity tree.
EXAMPLE<$ret = (mimeEntityIsReparented($reader))>
SEE ALSOmimeEntityGetBody