|
stream_socket_shutdownShutdown a full-duplex connection Beschreibung
bool stream_socket_shutdown
( resource
$stream
, int $how
)Shutdowns (partially or not) a full-duplex connection.
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 A stream_socket_shutdown example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(5) Notice: fputs(): send of 5 bytes failed with errno=32 Broken pipe in test.php on line 9 int(0) Siehe auch
|