previousNet_IPv4 (Previous) (Next) Net_IPv4::htoa()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Net_IPv4::atoh()

Net_IPv4::atoh() – ドット区切りに整形された IP アドレスを16進数文字列に変換する

Synopsis

require_once 'Net/IPv4.php';

mixed atoh ( string $addr )

Description

ドット区切りに整形されたIPアドレスを16進数文字列に変換します。 たとえば、"192.168.1.0" を "c0a80100" に変換します。 与えられた文字列が有効な IP アドレスでない場合、FALSE を返します。

Note

This function can be called statically.

previousNet_IPv4 (Previous) (Next) Net_IPv4::htoa()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.