/PHP-8.0/ext/snmp/ |
H A D | snmp.stub.php | 5 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 D | snmp.c | 801 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 D | dns.c | 147 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 D | dns_win32.c | 44 char *hostname; in PHP_FUNCTION() local 97 char *hostname, *rectype = NULL; in PHP_FUNCTION() local 349 char *hostname; in PHP_FUNCTION() local
|
H A D | fsock.c | 45 char *hostname = NULL; in php_fsockopen_stream() local
|
H A D | basic_functions.stub.php | 400 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 D | ftp.stub.php | 6 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 D | mysqli.stub.php | 12 ?string $hostname = null, 62 ?string $hostname = null, 175 ?string $hostname = null, 539 ?string $hostname = null, 661 ?string $hostname = null,
|
H A D | mysqli_nonapi.c | 55 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
|
/PHP-8.0/ext/filter/ |
H A D | logical_filters.c | 503 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 34 function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fal…
|
/PHP-8.0/ext/sockets/ |
H A D | sockets.c | 2299 zend_string *hostname, *key; local
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2668 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
|
H A D | mysqlnd_structs.h | 923 MYSQLND_STRING hostname; member
|