Translation of "hostname lookup" to Chinese language:
Examples (External sources, not reviewed)
| Lookup words | 查找词语 |
| Lookup words in a local or Internet dictionary | 在本地或互联网词典中查找词语 |
| Returns the IP address of the Internet host specified by hostname or a string containing the unmodified hostname on failure. | Returns the IP address of the Internet host specified by hostname or a string containing the unmodified hostname on failure. |
| Searches DNS for MX records corresponding to hostname. | Description |
| Opens a connection to the Hyperwave server on host hostname. | Description |
| For network related streams this is typically a hostname, often with a path appended. | Streams are an integral part of PHP as of version 4.3.0. No steps are required to enable them. |
| Returns a list of IP addresses to which the Internet host specified by hostname resolves. | Returns a list of IP addresses to which the Internet host specified by hostname resolves. |
| The reason for this is because there is no portable way to implement a non blocking DNS lookup. | 蛁 The timeout value does not include the time taken to perform a DNS lookup. The reason for this is because there is no portable way to implement a non blocking DNS lookup. |
| For example, if a constant connection to a certain host is required by a module and someone changes the hostname, automatically terminate the old connection and attempt a new one. | The change notification handlers should be used to cache initialization entries locally for faster access or to perform certain tasks that are required if a value changes. For example, if a constant connection to a certain host is required by a module and someone changes the hostname, automatically terminate the old connection and attempt a new one. |