Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt2 imap_fetchstructure() function : basic functionality
12 imap_fetchstructure();
15 imap_fetchstructure('');
16 imap_fetchstructure(false);
21 imap_fetchstructure($stream_id);
22 imap_fetchstructure($stream_id,0);
24 $z = imap_fetchstructure($stream_id,1);
48 Warning: imap_fetchstructure() expects at least 2 parameters, 0 given in %s on line %d
51 Warning: imap_fetchstructure() expects at least 2 parameters, 1 given in %s on line %d
53 Warning: imap_fetchstructure() expects at least 2 parameters, 1 given in %s on line %d
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.h115 PHP_FUNCTION(imap_fetchstructure);
H A Dphp_imap.c488 PHP_FE(imap_fetchstructure, arginfo_imap_fetchstructure)
2279 PHP_FUNCTION(imap_fetchstructure) in PHP_FUNCTION() argument

Completed in 31 milliseconds