Home
last modified time | relevance | path

Searched defs:hostname (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/snmp/
H A Dsnmp.stub.php5 function snmpget(string $hostname, string $community, array|string $object_id, int $timeout = -1, i…
7 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -…
9 function snmpwalk(string $hostname, string $community, array|string $object_id, int $timeout = -1, …
11 function snmprealwalk(string $hostname, string $community, array|string $object_id, int $timeout = …
29 function snmp2_get(string $hostname, string $community, array|string $object_id, int $timeout = -1,…
40 string $hostname, string $security_name, string $security_level,
46 string $hostname, string $security_name, string $security_level,
52 string $hostname, string $security_name, string $security_level,
58 string $hostname, string $security_name, string $security_level,
64 string $hostname, string $security_name, string $security_level,
[all …]
H A Dsnmp.c801 static int netsnmp_session_init(php_snmp_session **session_p, int version, char *hostname, char *co… in netsnmp_session_init()
/PHP-8.0/ext/standard/
H A Ddns.c147 zend_string *hostname; in PHP_FUNCTION() local
206 char *hostname; in PHP_FUNCTION() local
226 char *hostname; in PHP_FUNCTION() local
358 char *hostname, *rectype = NULL; in PHP_FUNCTION() local
796 char *hostname; in PHP_FUNCTION() local
1036 char *hostname; in PHP_FUNCTION() local
H A Ddns_win32.c44 char *hostname; in PHP_FUNCTION() local
97 char *hostname, *rectype = NULL; in PHP_FUNCTION() local
349 char *hostname; in PHP_FUNCTION() local
H A Dfsock.c45 char *hostname = NULL; in php_fsockopen_stream() local
H A Dbasic_functions.stub.php400 function gethostbyname(string $hostname): string {}
402 function gethostbynamel(string $hostname): array|false {}
405 function dns_check_record(string $hostname, string $type = "MX"): bool {}
408 function checkdnsrr(string $hostname, string $type = "MX"): bool {}
414 function dns_get_record(string $hostname, int $type = DNS_ANY, &$authoritative_name_servers = null,…
420 function dns_get_mx(string $hostname, &$hosts, &$weights = null): bool {}
427 function getmxrr(string $hostname, &$hosts, &$weights = null): bool {}
962 function fsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, ?…
969 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, …
/PHP-8.0/ext/ftp/
H A Dftp.stub.php6 function ftp_connect(string $hostname, int $port = 21, int $timeout = 90) {}
10 function ftp_ssl_connect(string $hostname, int $port = 21, int $timeout = 90) {}
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php12 ?string $hostname = null,
62 ?string $hostname = null,
175 ?string $hostname = null,
539 ?string $hostname = null,
661 ?string $hostname = null,
H A Dmysqli_nonapi.c55 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
/PHP-8.0/ext/filter/
H A Dlogical_filters.c503 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php34 function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fal…
/PHP-8.0/ext/sockets/
H A Dsockets.c2299 zend_string *hostname, *key; local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.c2668 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
H A Dmysqlnd_structs.h923 MYSQLND_STRING hostname; member

Completed in 150 milliseconds