php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
#include <time.h>
#include "php.h"
#include "ext/standard/info.h"
#include "ext/standard/php_string.h"
#include "ext/standard/basic_functions.h"
#include "ext/date/php_date.h"
#include "zend_smart_str.h"
#include "php_syslog.h"
#include "php_mail.h"
#include "php_ini.h"
#include "exec.h"
Go to the source code of this file.
Macros | |
#define | SKIP_LONG_HEADER_SEP(str, pos) |
#define | PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) |
#define | MAIL_RET(val) |
Enumerations | |
enum | php_mail_header_value_error_type { NO_HEADER_ERROR , CONTAINS_LF_ONLY , CONTAINS_CR_ONLY , CONTAINS_CRLF , CONTAINS_NULL } |
Functions | |
zend_long | php_getuid (void) |
PHPAPI zend_string * | php_mail_build_headers (HashTable *headers) |
PHP_FUNCTION (mail) | |
PHPAPI bool | php_mail (const char *to, const char *subject, const char *message, const char *headers, const char *extra_cmd) |
PHP_MINFO_FUNCTION (mail) | |
Definition at line 72 of file pageinfo.c.
PHPAPI bool php_mail | ( | const char * | to, |
const char * | subject, | ||
const char * | message, | ||
const char * | headers, | ||
const char * | extra_cmd ) |
PHPAPI zend_string * php_mail_build_headers | ( | HashTable * | headers | ) |