/PHP-8.1/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 | 792 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 D | dns.c | 151 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 D | dns_win32.c | 44 char *hostname; in PHP_FUNCTION() local 97 char *hostname; in PHP_FUNCTION() local 350 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 | 549 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 D | ftp.stub.php | 19 … 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 D | mysqli.stub.php | 132 ?string $hostname = null, 183 ?string $hostname = null, 299 ?string $hostname = null, 766 ?string $hostname = null, 945 ?string $hostname = null,
|
H A D | mysqli_nonapi.c | 55 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
|
/PHP-8.1/ext/filter/ |
H A D | logical_filters.c | 511 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.stub.php | 34 …function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fa…
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2311 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
|
H A D | mysqlnd_structs.h | 895 MYSQLND_STRING hostname; member
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.c | 2348 zend_string *hostname, *key; local
|