getservbyport
(PHP 4, PHP 5, PHP 7, PHP 8)
getservbyport — ポートおよびプロトコルに対応するインターネットサービスを得る
説明
getservbyport() は、
/etc/services に基づき
指定したプロトコル protocol
に関してポート port
に関連するインターネットサービスを返します。
パラメータ
port
-
ポート番号。
protocol
-
protocol
は"tcp"
あるいは"udp"
(小文字) のいずれかです。
戻り値
インターネットサービス名を文字列で返します。
失敗した場合に false
を返します
+add a note
User Contributed Notes 1 note
paland at stetson dot edu ¶
24 years ago
Example:
<?php $value = getservbyport(137, "udp"); ?>
The same goes for getservbyname()
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google