Searched refs:body_len (Results 1 – 1 of 1) sorted by relevance
1142 unsigned long body_len = 0; in PHP_FUNCTION() local1159 body = mail_fetchtext_full (imap_conn_struct->imap_stream, msgno, &body_len, flags); in PHP_FUNCTION()1160 if (body_len == 0) { in PHP_FUNCTION()1163 RETVAL_STRINGL(body, body_len); in PHP_FUNCTION()
Completed in 20 milliseconds