るりまサーチ

最速Rubyリファレンスマニュアル検索!
108件ヒット [1-100件を表示] (0.020秒)
トップページ > クエリ:header[x] > クエリ:AF_UNIX[x]

別のキーワード

  1. socket af_cnt
  2. socket af_iso
  3. socket af_natm
  4. socket af_inet
  5. socket af_osi

種類

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 > >>

Socket::AF_UNIX -> Integer (15107.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

Socket::Constants::AF_UNIX -> Integer (15107.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

ruby 1.6 feature (24.0)

ruby 1.6 feature ruby version 1.6 は安定版です。この版での変更はバグ修正がメイン になります。

..."/tmp/sss").accept

# client
require 'socket'
sock = UNIXSocket.new("/tmp/sss").addr

=> ["AF_UNIX", "\031((\306\031(\010"]

=> ["AF_UNIX", ""]

: ???
((<ruby-talk:21722>))

class Ptr
def initialize(obj) @obj = obj end...
...1303>))

: CGI#header

以下のようなスクリプトでTEXT_PLAINが"text/plain; charset=iso-8859-1"
のように書き換えられていました。
((<ruby-dev:14716>))

require 'cgi'

TEXT_PLAIN = "text/plain"

cgi = CGI.new
print cgi.header("type" => TEX...

Socket::AF_LOCAL -> Integer (7.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

Socket::Constants::AF_LOCAL -> Integer (7.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

絞り込み条件を変える

Socket::Constants::PF_LOCAL -> Integer (7.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

Socket::Constants::PF_UNIX -> Integer (7.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

Socket::PF_LOCAL -> Integer (7.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

Socket::PF_UNIX -> Integer (7.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...
<< 1 2 > >>