本文簡要介紹ruby語言中 Socket::Option.to_s
的用法。
用法
to_s → string
別名:data
以字符串形式返回套接字選項數據。
p Socket::Option.new(:INET6, :IPV6, :RECVPKTINFO, [1].pack("i!")).data
#=> "\x01\x00\x00\x00"
相關用法
- Ruby Option.level用法及代碼示例
- Ruby Option.byte用法及代碼示例
- Ruby Option.family用法及代碼示例
- Ruby Option.int用法及代碼示例
- Ruby Option.new用法及代碼示例
- Ruby Option.ipv4_multicast_loop用法及代碼示例
- Ruby Option.inspect用法及代碼示例
- Ruby Option.bool用法及代碼示例
- Ruby Option.unpack用法及代碼示例
- Ruby Option.optname用法及代碼示例
- Ruby Option.ipv4_multicast_ttl用法及代碼示例
- Ruby Option.data用法及代碼示例
- Ruby Option.linger用法及代碼示例
- Ruby OptionParser類用法及代碼示例
- Ruby Options類用法及代碼示例
- Ruby OptionParser.reject用法及代碼示例
- Ruby OptionParser.getopts用法及代碼示例
- Ruby OptionParser.accept用法及代碼示例
- Ruby Open3.capture3用法及代碼示例
- Ruby Open3.capture2用法及代碼示例
- Ruby OpenStruct.ostruct[name] =用法及代碼示例
- Ruby OpenSSL.fips_mode =用法及代碼示例
- Ruby OpenSSL模塊用法及代碼示例
- Ruby Open3.capture2e用法及代碼示例
- Ruby Open3.popen2e用法及代碼示例
注:本文由純淨天空篩選整理自ruby-lang.org大神的英文原創作品 Option.to_s。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。