Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt2 Test imap_bodystruct() function : basic functionality
9 echo "*** Testing string imap_bodystruct : basic functionality ***\n";
17 $m = imap_bodystruct($imap_stream, 1, "1");
45 var_dump(imap_bodystruct($imap_stream, 1, "4"));
56 *** Testing string imap_bodystruct : basic functionality ***
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h352 ZEND_FUNCTION(imap_bodystruct);
437 ZEND_FE(imap_bodystruct, arginfo_imap_bodystruct)
H A Dphp_imap.stub.php51 function imap_bodystruct($imap, int $message_num, string $section) {} function
H A Dphp_imap.c2879 PHP_FUNCTION(imap_bodystruct) in PHP_FUNCTION() argument

Completed in 17 milliseconds