Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_close
socket_close
Close socket resources
Name:
socket_close
Category:
Sockets
Programming Language:
php
One-line Description:
Close socket resources
Related
How to Convert Relative Paths to Absolute Paths in PHP
7
Typical Use Cases of PHP array_values Combined with array_map
4
PHP strnatcasecmp FAQs when comparing two date strings
9
PHP API Interface Call Methods and Optimization Tips Explained
5
Similar Functions
socket_create_listen
socket_create_listen
Openasocketontheport
socket_get_option
socket_get_option
Getsocketoptionsfors
socket_set_block
socket_set_block
Setblockingmodeonsoc
socket_select
socket_select
Runtheselect()system
socket_close
socket_close
Closesocketresources
socket_listen
socket_listen
Listentoconnectionso
socket_recvfrom
socket_recvfrom
Receivedatafromasock
socket_import_stream
socket_import_stream
Importstream
Popular Articles