$67 GRAYBYTE WORDPRESS FILE MANAGER $80

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/php80/usr/include/php/ext/standard/

HOME
Current File : /opt/alt/php80/usr/include/php/ext/standard//php_mail.h
/*
   +----------------------------------------------------------------------+
   | Copyright (c) The PHP Group                                          |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.01 of the PHP license,      |
   | that is bundled with this package in the file LICENSE, and is        |
   | available through the world-wide-web at the following url:           |
   | http://www.php.net/license/3_01.txt                                  |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | license@php.net so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca>                        |
   +----------------------------------------------------------------------+
*/

#ifndef PHP_MAIL_H
#define PHP_MAIL_H

PHP_MINFO_FUNCTION(mail);

PHPAPI zend_string *php_mail_build_headers(HashTable *headers);
PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *headers, const char *extra_cmd);

#define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \
do { \
	if (Z_TYPE_P(val) == IS_STRING) { \
		php_mail_build_headers_elem(&s, key, val); \
	} else if (Z_TYPE_P(val) == IS_ARRAY) { \
		if (!strncasecmp(target, ZSTR_VAL(key), ZSTR_LEN(key))) { \
			zend_type_error("Header \"%s\" must be of type string, array given", target); \
			break; \
		} \
		php_mail_build_headers_elems(&s, key, val); \
	} else { \
		zend_type_error("Header \"%s\" must be of type array|string, %s given", ZSTR_VAL(key), zend_zval_type_name(val)); \
	} \
} while(0)


#define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \
do { \
	if (Z_TYPE_P(val) == IS_STRING) { \
		php_mail_build_headers_elem(&s, key, val); \
	} else if (Z_TYPE_P(val) == IS_ARRAY) { \
		php_mail_build_headers_elems(&s, key, val); \
	} else { \
		zend_type_error("Header \"%s\" must be of type array|string, %s given", ZSTR_VAL(key), zend_zval_type_name(val)); \
	} \
} while(0)


#endif /* PHP_MAIL_H */

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 Sep 2025 5.43 PM
root / 996
0755
base64.h
3.592 KB
24 Sep 2025 5.43 PM
root / 996
0644
basic_functions.h
5.03 KB
24 Sep 2025 5.43 PM
root / 996
0644
basic_functions_arginfo.h
123.785 KB
24 Sep 2025 5.43 PM
root / 996
0644
crc32.h
4.495 KB
24 Sep 2025 5.43 PM
root / 996
0644
crc32_x86.h
1.817 KB
24 Sep 2025 5.43 PM
root / 996
0644
credits.h
1.525 KB
24 Sep 2025 5.43 PM
root / 996
0644
credits_ext.h
5.236 KB
24 Sep 2025 5.43 PM
root / 996
0644
credits_sapi.h
0.815 KB
24 Sep 2025 5.43 PM
root / 996
0644
crypt_blowfish.h
0.771 KB
24 Sep 2025 5.43 PM
root / 996
0644
crypt_freesec.h
0.646 KB
24 Sep 2025 5.43 PM
root / 996
0644
css.h
1.045 KB
24 Sep 2025 5.43 PM
root / 996
0644
datetime.h
1.145 KB
24 Sep 2025 5.43 PM
root / 996
0644
dir_arginfo.h
0.729 KB
24 Sep 2025 5.43 PM
root / 996
0644
dl.h
1.462 KB
24 Sep 2025 5.43 PM
root / 996
0644
dl_arginfo.h
0.263 KB
24 Sep 2025 5.43 PM
root / 996
0644
exec.h
1.273 KB
24 Sep 2025 5.43 PM
root / 996
0644
file.h
3.912 KB
24 Sep 2025 5.43 PM
root / 996
0644
flock_compat.h
2.063 KB
24 Sep 2025 5.43 PM
root / 996
0644
fsock.h
1.218 KB
24 Sep 2025 5.43 PM
root / 996
0644
head.h
1.528 KB
24 Sep 2025 5.43 PM
root / 996
0644
hrtime.h
2.307 KB
24 Sep 2025 5.43 PM
root / 996
0644
html.h
2.349 KB
24 Sep 2025 5.43 PM
root / 996
0644
html_tables.h
472.263 KB
24 Sep 2025 5.43 PM
root / 996
0644
info.h
22.942 KB
24 Sep 2025 5.43 PM
root / 996
0644
md5.h
1.92 KB
24 Sep 2025 5.43 PM
root / 996
0644
pack.h
1.048 KB
24 Sep 2025 5.43 PM
root / 996
0644
pageinfo.h
1.152 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_array.h
2.245 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_assert.h
1.185 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_browscap.h
1.108 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_crypt.h
1.37 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_crypt_r.h
1.64 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_dir.h
1.282 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_dns.h
2.581 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_ext_syslog.h
1.247 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_filestat.h
2.11 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_fopen_wrappers.h
1.794 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_http.h
1.442 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_image.h
2.096 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_incomplete_class.h
2.146 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_lcg.h
1.312 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_mail.h
2.163 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_math.h
3.547 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_mt_rand.h
1.808 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_net.h
1.136 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_password.h
2.772 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_rand.h
2.995 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_random.h
1.871 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_smart_string.h
1.134 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_smart_string_public.h
1.141 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_standard.h
1.911 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_string.h
3.959 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_uuencode.h
1.177 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_var.h
3.408 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_versioning.h
1.183 KB
24 Sep 2025 5.43 PM
root / 996
0644
proc_open.h
1.662 KB
24 Sep 2025 5.43 PM
root / 996
0644
quot_print.h
1.226 KB
24 Sep 2025 5.43 PM
root / 996
0644
scanf.h
1.95 KB
24 Sep 2025 5.43 PM
root / 996
0644
sha1.h
1.533 KB
24 Sep 2025 5.43 PM
root / 996
0644
streamsfuncs.h
1.11 KB
24 Sep 2025 5.43 PM
root / 996
0644
url.h
2.09 KB
24 Sep 2025 5.43 PM
root / 996
0644
url_scanner_ex.h
2.317 KB
24 Sep 2025 5.43 PM
root / 996
0644
user_filters_arginfo.h
0.964 KB
24 Sep 2025 5.43 PM
root / 996
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF