?? transports.unix.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Unix Domain: Unix and UDG</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="transports.html">List of Supported Socket Transports</a></div> <div class="next" style="text-align: right; float: right;"><a href="types.comparisons.html">PHP type comparison tables</a></div> <div class="up"><a href="transports.html">List of Supported Socket Transports</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="transports.unix" class="section"> <h2 class="title">Unix Domain: Unix and UDG</h2> <p class="simpara"> <i>unix://</i> and <i>udg://</i> (udg:// since PHP 5). </p> <ul class="itemizedlist"> <li class="listitem"><span class="simpara"><i>unix:///tmp/mysock</i></span></li> <li class="listitem"><span class="simpara"><i>udg:///tmp/mysock</i></span></li> </ul> <p class="simpara"> <i>unix://</i> provides access to a socket stream connection in the Unix domain. <i>udg://</i> provides an alternate transport to a Unix domain socket using the user datagram protocol. </p> <p class="simpara"> Unix domain sockets, unlike Internet domain sockets, do not expect a port number. In the case of <a href="function.fsockopen.html" class="function">fsockopen()</a> the <i><tt class="parameter">portno</tt></i> parameter should be set to 0. </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="transports.html">List of Supported Socket Transports</a></div> <div class="next" style="text-align: right; float: right;"><a href="types.comparisons.html">PHP type comparison tables</a></div> <div class="up"><a href="transports.html">List of Supported Socket Transports</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -