検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 51 for addr (0.002 sec.)
生データを IP アドレスに変換する 12169
« radius_create_request radius_cvt_int » PHP Manual Radius 関数 生データを IP アドレスに変換する ... radius_cvt_addr (PECL radius >= 1.1.0) radius_cvt_addr — 生データを ... IP アドレスに変換する 説明 radius_cvt_addr ( string $data ): string 生データをIPアドレスに変換 ... 力値 戻り値 IPアドレスを返します。 例 例1 radius_cvt_addr() の例 <?php while ( $resa = radius_get_attr ( $re ... 'data' ]; switch ( $attr ) { case RADIUS_FRAMED_IP_ADDRESS : $ip = radius_cvt_addr ( $data ); echo "IP: $i ...
https://man.plustar.jp/php/function.radius-cvt-addr.html - [similar]
人間が読める形式の IP アドレスを、パックされた in_addr 形式に変換する 11465
« inet_ntop ip2long » PHP Manual ネットワーク 関数 人間が読める形式の IP アドレスを、パックされた ... in_addr 形式に変換する inet_pton (PHP 5 >= 5.1.0, PHP 7, P ... 人間が読める形式の IP アドレスを、パックされた in_addr 形式に変換する 説明 inet_pton ( string $ip ): stri ... スあるいは IPv6 アドレス。 戻り値 指定した ip を in_addr 形式で表したものを返します。 構文的に無効な ip (ド ... lse を返します。 例 例1 inet_pton() の例 <?php $in_addr = inet_pton ( '127.0.0.1' ); $in6_addr = inet_pton ...
https://man.plustar.jp/php/function.inet-pton.html - [similar]
IP アドレス属性を設定する 11150
« radius_get_vendor_attr radius_put_attr » PHP Manual Radius 関数 IP アドレス属性を設定する radi ... us_put_addr (PECL radius >= 1.1.0) radius_put_addr — IP アドレ ... ス属性を設定する 説明 radius_put_addr ( resource $radius_handle , int $type , string $ad ... ータ radius_handle RADIUS リソース。 type 属性の型。 addr IPv4 アドレスを表す文字列。 10.0.0.1 など。 option ... 関連キーワード: 属性 , radius , アドレス , 設定 , addr , put , int , パラメータ , リクエスト , type ...
https://man.plustar.jp/php/function.radius-put-addr.html - [similar]
ベンダー固有の IP アドレス属性を設定する 10985
« radius_put_string radius_put_vendor_attr » PHP Manual Radius 関数 ベンダー固有の IP アドレス属 ... 性を設定する radius_put_vendor_addr (PECL radius >= 1.1.0) radius_put_vendor_addr — ベ ... の IP アドレス属性を設定する 説明 radius_put_vendor_addr ( resource $radius_handle , int $vendor , int $typ ... e , string $addr ): bool ベンダー固有の IP アドレス属性を、現在の R ... US リソース。 vendor ベンダー ID。 type 属性の型。 addr 文字列形式の IPv4 アドレス。 10.0.0.1 など。 optio ...
https://man.plustar.jp/php/function.radius-put-vendor-addr.html - [similar]
Creates an unmanaged pointer to C data 10670
« FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7 ... .4.0, PHP 8) FFI::addr — Creates an unmanaged pointer to C data 説明 publ ... ic static FFI::addr ( FFI\CData &$ptr ): FFI\CData Creates an unmanage ... キーワード: data , Creates , unmanaged , C , CData , addr , ptr , useful , freshly , Returns ...
https://man.plustar.jp/php/ffi.addr.html - [similar]
EZMLM で必要なハッシュ値を計算する 9561
« メール 関数 mail » PHP Manual メール 関数 EZMLM で必要なハッシュ値を計算する ezmlm_hash (PHP 4 ... ないことを強く推奨します。 説明 ezmlm_hash ( string $addr ): int ezmlm_hash() は、EZMLM メイリングリストを M ... 理する際に必要なハッシュ値を計算します。 パラメータ addr ハッシュ値を計算する email アドレス。 戻り値 addr ... 関連キーワード: 計算 , EZMLM , 関数 , ezmlm , hash , addr , メール , 推奨 , 管理 , ユーザー ...
https://man.plustar.jp/php/function.ezmlm-hash.html - [similar]
RADIUS Attribute Types 9172
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... S attribute types that can be used with radius_put_addr() , radius_put_attr() , radius_put_int() and radiu ... * call radius_send_request(). */ ?> RADIUS_NAS_IP_ADDRESS ( int ) The NAS-IP-Address attribute. The attri ... bute value is expected to the IP address of the RADIUS client encoded as an int , which ... can be set using radius_put_addr() . RADIUS_NAS_PORT ( int ) The NAS-Port attribute ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
環境変数の値を取得する 8692
« get_resources getlastmod » PHP Manual PHP オプション/情報 関数 環境変数の値を取得する getenv ( ... <?php // getenv() の使用例 $ip = getenv ( 'REMOTE_ADDR' ); // または単純にスーパーグローバル($_SERVER ま ... たは $_ENV)を使用します $ip = $_SERVER [ 'REMOTE_ADDR' ]; // SAPI により設定されたか、または putenv によ ... 変数の値を安全に取得します。 $ip = getenv ( 'REMOTE_ADDR' , true ) ?: getenv ( 'REMOTE_ADDR' ) ?> 注意 警告 ...
https://man.plustar.jp/php/function.getenv.html - [similar]
生データを整数に変換する 8692
« radius_cvt_addr radius_cvt_string » PHP Manual Radius 関数 生データを整数に変換する radius_cvt ... "MTU: $mtu <br>\n" ; break; } } ?> 参考 radius_cvt_addr() - 生データを IP アドレスに変換する radius_cvt_st ... 連キーワード: 変換 , 整数 , radius , int , string , addr , data , Radius , 関数 , パラメータ ...
https://man.plustar.jp/php/function.radius-cvt-int.html - [similar]
Apache の subprocess_env 変数を取得する 8617
« apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取 ... e_getenv() の例 この例は、Apache の環境変数 SERVER_ADDR をどの様に取得するかを示しています。 <?php $ret = ... apache_getenv ( "SERVER_ADDR" ); echo $ret ; ?> 上の例の出力は、 たとえば以下の ... , env , getenv , variable , string , walk , top , ADDR ...
https://man.plustar.jp/php/function.apache-getenv.html - [similar]
PREV 1 2 3 4 5 6 NEXT