PHP Manual

  • English French German Portuguese Spanish
Manual de PHP Referencia de funciones Extensiones relacionadas con Email Mailparse Funciones Mailparse mailparse_msg_free
Funciones Mailparse mailparse_determine_best_xfer_encoding mailparse_msg_create mailparse_msg_extract_part_file mailparse_msg_extract_part mailparse_msg_extract_whole_part_file mailparse_msg_free mailparse_msg_get_part_data mailparse_msg_get_part mailparse_msg_get_structure mailparse_msg_parse_file mailparse_msg_parse mailparse_rfc822_parse_addresses mailparse_stream_encode mailparse_uudecode_all
  • mailparse_msg_extract_whole_part_file
  • mailparse_msg_get_part_data

mailparse_msg_free

(PECL mailparse >= 0.9.0)

mailparse_msg_free — Libera un recurso MIME

Descripción

bool mailparse_msg_free ( resource $mimemail )

Libera un recurso MIME.

Parámetros

mimemail

Un recurso MIME válido reservado por mailparse_msg_create() o mailparse_msg_parse_file().

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también

  • mailparse_msg_create() - Crea un recurso de correo mime
  • mailparse_msg_parse_file() - Procesa un archivo

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.