Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt2 Test imap_bodystruct() function : basic functionality
11 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 ***
/PHP-8.2/ext/imap/
H A Dphp_imap_arginfo.h355 ZEND_FUNCTION(imap_bodystruct);
441 ZEND_FE(imap_bodystruct, arginfo_imap_bodystruct)
H A Dphp_imap.stub.php435 …function imap_bodystruct(IMAP\Connection $imap, int $message_num, string $section): \stdClass|fals…
H A Dphp_imap.c2690 PHP_FUNCTION(imap_bodystruct) in PHP_FUNCTION() argument

Completed in 38 milliseconds