/php/ref.network.html

https://bitbucket.org/stillzhl/manuals · HTML · 237 lines · 22 code · 215 blank · 0 comment · 0 complexity · 724e3c81855d7970dc86d03f84cea16c MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5. <title>Network 函数</title>
  6. </head>
  7. <body><div class="manualnavbar" style="text-align: center;">
  8. <div class="prev" style="text-align: left; float: left;"><a href="network.constants.html">预定义常量</a></div>
  9. <div class="next" style="text-align: right; float: right;"><a href="function.checkdnsrr.html">checkdnsrr</a></div>
  10. <div class="up"><a href="book.network.html">Network</a></div>
  11. <div class="home"><a href="index.html">PHP Manual</a></div>
  12. </div><hr /><div id="ref.network" class="reference">
  13. <h1 class="title">Network 函数</h1>
  14. <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.checkdnsrr.html">checkdnsrr</a> Check DNS records corresponding to a given Internet host name or IP address</li><li><a href="function.closelog.html">closelog</a> Close connection to system logger</li><li><a href="function.define-syslog-variables.html">define_syslog_variables</a> Initializes all syslog related variables</li><li><a href="function.dns-check-record.html">dns_check_record</a> 别名 checkdnsrr</li><li><a href="function.dns-get-mx.html">dns_get_mx</a> 别名 getmxrr</li><li><a href="function.dns-get-record.html">dns_get_record</a> Fetch DNS Resource Records associated with a hostname</li><li><a href="function.fsockopen.html">fsockopen</a> Open Internet or Unix domain socket connection</li><li><a href="function.gethostbyaddr.html">gethostbyaddr</a> Get the Internet host name corresponding to a given IP address</li><li><a href="function.gethostbyname.html">gethostbyname</a> Get the IPv4 address corresponding to a given Internet host name</li><li><a href="function.gethostbynamel.html">gethostbynamel</a> Get a list of IPv4 addresses corresponding to a given Internet host
  15. name</li><li><a href="function.gethostname.html">gethostname</a> Gets the host name</li><li><a href="function.getmxrr.html">getmxrr</a> Get MX records corresponding to a given Internet host name</li><li><a href="function.getprotobyname.html">getprotobyname</a> Get protocol number associated with protocol name</li><li><a href="function.getprotobynumber.html">getprotobynumber</a> Get protocol name associated with protocol number</li><li><a href="function.getservbyname.html">getservbyname</a> Get port number associated with an Internet service and protocol</li><li><a href="function.getservbyport.html">getservbyport</a> Get Internet service which corresponds to port and protocol</li><li><a href="function.header-register-callback.html">header_register_callback</a> Call a header function</li><li><a href="function.header-remove.html">header_remove</a> Remove previously set headers</li><li><a href="function.header.html">header</a> Send a raw HTTP header</li><li><a href="function.headers-list.html">headers_list</a> Returns a list of response headers sent (or ready to send)</li><li><a href="function.headers-sent.html">headers_sent</a> Checks if or where headers have been sent</li><li><a href="function.http-response-code.html">http_response_code</a> Get or Set the HTTP response code</li><li><a href="function.inet-ntop.html">inet_ntop</a> Converts a packed internet address to a human readable representation</li><li><a href="function.inet-pton.html">inet_pton</a> Converts a human readable IP address to its packed in_addr representation</li><li><a href="function.ip2long.html">ip2long</a> Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address</li><li><a href="function.long2ip.html">long2ip</a> Converts an (IPv4) Internet network address into a string in Internet standard dotted format</li><li><a href="function.openlog.html">openlog</a> Open connection to system logger</li><li><a href="function.pfsockopen.html">pfsockopen</a> Open persistent Internet or Unix domain socket connection</li><li><a href="function.setcookie.html">setcookie</a> Send a cookie</li><li><a href="function.setrawcookie.html">setrawcookie</a> Send a cookie without urlencoding the cookie value</li><li><a href="function.socket-get-status.html">socket_get_status</a> 别名 stream_get_meta_data</li><li><a href="function.socket-set-blocking.html">socket_set_blocking</a> 别名 stream_set_blocking</li><li><a href="function.socket-set-timeout.html">socket_set_timeout</a> 别名 stream_set_timeout</li><li><a href="function.syslog.html">syslog</a> Generate a system log message</li></ul>
  16. </div>
  17. <hr /><div class="manualnavbar" style="text-align: center;">
  18. <div class="prev" style="text-align: left; float: left;"><a href="network.constants.html">预定义常量</a></div>
  19. <div class="next" style="text-align: right; float: right;"><a href="function.checkdnsrr.html">checkdnsrr</a></div>
  20. <div class="up"><a href="book.network.html">Network</a></div>
  21. <div class="home"><a href="index.html">PHP Manual</a></div>
  22. </div></body></html>