Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 14017

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>List of Supported Socket Transports</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="filters.encryption.html">Encryption Filters</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="transports.inet.html">Internet Domain: TCP, UDP, SSL, and TLS</a></div>
 <div class="up"><a href="appendices.html">Appendices</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="transports" class="appendix">
 <h1>List of Supported Socket Transports</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_appendix"><li><a href="transports.inet.html">Internet Domain: TCP, UDP, SSL, and TLS</a></li><li><a href="transports.unix.html">Unix Domain: Unix and UDG</a></li></ul>

 <p class="para">
  The following is a list of the various URL style socket transports
  that PHP has built-in for use with the streams based socket
  functions such as <span class="function"><a href="function.fsockopen.html" class="function">fsockopen()</a></span>, and
  <span class="function"><a href="function.stream-socket-client.html" class="function">stream_socket_client()</a></span>.  These transports do
  <em class="emphasis">not</em> apply to the 
  <a href="ref.sockets.html" class="link">Sockets Extension</a>.
 </p>

 <p class="para">
  For a list of transports installed in your version of
  PHP use <span class="function"><a href="function.stream-get-transports.html" class="function">stream_get_transports()</a></span>.
 </p>

 

 

</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="filters.encryption.html">Encryption Filters</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="transports.inet.html">Internet Domain: TCP, UDP, SSL, and TLS</a></div>
 <div class="up"><a href="appendices.html">Appendices</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>