網路
- 簡介
- 安裝/配置
- 預定義常量
- 網路 函式
- checkdnsrr — 給指定的主機(域名)或者IP地址做DNS通訊檢查
- closelog — 關閉系統日誌鏈接
- dns_check_record — 別名 checkdnsrr
- dns_get_mx — 別名 getmxrr
- dns_get_record — 獲取指定主機的DNS記錄
- fsockopen — 打開一個網路連線或者一個Unix套接字連線
- gethostbyaddr — 獲取指定的IP地址對應的主機名
- gethostbyname — 返回主機名對應的 IPv4地址。
- gethostbynamel — 獲取網際網路主機名對應的 IPv4 地址列表
- gethostname — 獲取主機名
- getmxrr — 獲取網際網路主機名對應的 MX 記錄
- getprotobyname — Get protocol number associated with protocol name
- getprotobynumber — Get protocol name associated with protocol number
- getservbyname — 獲取網際網路服務協議對應的埠
- getservbyport — Get Internet service which corresponds to port and protocol
- header_register_callback — 呼叫一個 header 函式
- header_remove — 刪除之前設定的 HTTP 頭
- header — 發送原生 HTTP 頭
- headers_list — 返回已發送的 HTTP 響應頭(或準備發送的)
- headers_sent — 檢測 HTTP 頭是否已經發送
- http_response_code — 獲取/設定響應的 HTTP 狀態碼
- inet_ntop — Converts a packed internet address to a human readable representation
- inet_pton — Converts a human readable IP address to its packed in_addr representation
- ip2long — 將 IPV4 的字串網際網路協議轉換成長整型數字
- long2ip — 將長整型轉化為字串形式帶點的網際網路標準格式地址(IPV4)
- net_get_interfaces — 獲取網路介面
- openlog — Open connection to system logger
- pfsockopen — 打開一個持久的網路連線或者Unix套接字連線。
- setcookie — 發送 Cookie
- setrawcookie — 發送未經 URL 編碼的 cookie
- socket_get_status — 別名 stream_get_meta_data
- socket_set_blocking — 別名 stream_set_blocking
- socket_set_timeout — 別名 stream_set_timeout
- syslog — Generate a system log message