Home
last modified time | relevance | path

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

/PHP-8.1/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.c792 static bool netsnmp_session_init(php_snmp_session **session_p, int version, zend_string *hostname, … in netsnmp_session_init()
/PHP-8.1/ext/standard/
H A Ddns.c151 zend_string *hostname; in PHP_FUNCTION() local
222 char *hostname; in PHP_FUNCTION() local
242 char *hostname; in PHP_FUNCTION() local
388 char *hostname; in PHP_FUNCTION() local
827 char *hostname; in PHP_FUNCTION() local
1067 char *hostname; in PHP_FUNCTION() local
H A Ddns_win32.c44 char *hostname; in PHP_FUNCTION() local
97 char *hostname; in PHP_FUNCTION() local
350 char *hostname; in PHP_FUNCTION() local
H A Dfsock.c45 char *hostname = NULL; in php_fsockopen_stream() local
H A Dbasic_functions.stub.php549 function gethostbyname(string $hostname): string {}
555 function gethostbynamel(string $hostname): array|false {}
558 function dns_check_record(string $hostname, string $type = "MX"): bool {}
561 function checkdnsrr(string $hostname, string $type = "MX"): bool {}
569 function dns_get_record(string $hostname, int $type = DNS_ANY, &$authoritative_name_servers = null,…
575 function dns_get_mx(string $hostname, &$hosts, &$weights = null): bool {}
582 function getmxrr(string $hostname, &$hosts, &$weights = null): bool {}
1286 function fsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, ?…
1293 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, …
/PHP-8.1/ext/ftp/
H A Dftp.stub.php19 … function ftp_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|false {}
22 …function ftp_ssl_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|fals…
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php132 ?string $hostname = null,
183 ?string $hostname = null,
299 ?string $hostname = null,
766 ?string $hostname = null,
945 ?string $hostname = null,
H A Dmysqli_nonapi.c55 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
/PHP-8.1/ext/filter/
H A Dlogical_filters.c511 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php34 …function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fa…
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.c2311 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
H A Dmysqlnd_structs.h895 MYSQLND_STRING hostname; member
/PHP-8.1/ext/sockets/
H A Dsockets.c2348 zend_string *hostname, *key; local

Completed in 245 milliseconds