Home
last modified time | relevance | path

Searched refs:body_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/imap/
H A Dphp_imap.c1684 unsigned long body_len = 0; in PHP_FUNCTION() local
1710 …body = mail_fetchtext_full (imap_le_struct->imap_stream, msgno, &body_len, (argc == 3 ? flags : NI… in PHP_FUNCTION()
1711 if (body_len == 0) { in PHP_FUNCTION()
1714 RETVAL_STRINGL(body, body_len, 1); in PHP_FUNCTION()

Completed in 14 milliseconds