Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt2 Test imap_bodystruct() function : basic functionality
9 /* Prototype : object imap_bodystruct ( resource $imap_stream , int $msg_number , string $secti…
14 echo "*** Testing string imap_bodystruct : basic functionality ***\n";
25 $m = imap_bodystruct($imap_stream, 1, "1");
54 var_dump(imap_bodystruct($imap_stream, 1, "4"));
77 *** Testing string imap_bodystruct : basic functionality ***
/PHP-7.4/ext/imap/
H A Dphp_imap.h173 PHP_FUNCTION(imap_bodystruct);
H A Dphp_imap.c482 PHP_FE(imap_bodystruct, arginfo_imap_bodystruct)
3361 PHP_FUNCTION(imap_bodystruct) in PHP_FUNCTION() argument

Completed in 15 milliseconds