Searched refs:imap_bodystruct (Results 1 – 4 of 4) sorted by relevance
2 Test imap_bodystruct() function : basic functionality11 echo "*** Testing string imap_bodystruct : basic functionality ***\n";19 $m = imap_bodystruct($imap_stream, 1, "1");47 var_dump(imap_bodystruct($imap_stream, 1, "4"));58 *** Testing string imap_bodystruct : basic functionality ***
357 ZEND_FUNCTION(imap_bodystruct);443 ZEND_FE(imap_bodystruct, arginfo_imap_bodystruct)
435 …function imap_bodystruct(IMAP\Connection $imap, int $message_num, string $section): \stdClass|fals…
3009 PHP_FUNCTION(imap_bodystruct) in PHP_FUNCTION() argument
Completed in 19 milliseconds