Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IPv4 アドレスをインターネット標準のドット付き 10 進数形式の ASCII 文字列に変換するには、inet_ntoa関数を使用します。IPv6 ではどのような機能を使用する必要がありますか?
inet_ntoa
IPv6 の同等の機能はinet_ntop. 実際、これは IPv4 だけでなく 6 も実行できるため、とにかく使用する価値があります。
inet_ntop