- portForName:
Looks up and returns the port registered under the specified name on the local host.
ローカルホスト上でこの指定された名前のもと登録されたポートを調べて返します。
Availability 有効性
Technology
portName
The name of the desired port. 望むポートのもつ名前。
hostName
The name of the host. host
is an Internet domain name (for example, “sales
”). If host
is nil
or empty, the local host is checked.
ホストの名前。host
はインターネットドメイン名です(例えば、“sales
”)。host
がnil
または空ならば、ローカルホストが調べられます。
The port associated with port
on the host host
. Returns nil
if no such port exists.
ホストhost
上でport
と結び付けられたポート。nil
を返します、もしそのようなポートが存在しないならば。
- portForName: