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.
質問が言うように、の機能を実行する関数またはモジュールはありますinet_addrか?
inet_addr
Google からの結果は、直接的な方法を示唆していないか、何か不足していますか?
ありがとう。
inet_parse:address を使用して、結果リストをバイナリに変換できます。例えば
16> list_to_binary(tuple_to_list(element(2,inet_parse:address("192.168.42.2")))).
<<192,168,42,2>>