検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 51 for addr (0.003 sec.)
8227
« 定義済み定数 コールバック » PHP Manual Yaml 例 例 例1 Yaml の例 <?php $addr = array( "given" = ... > "Chris" , "family" => "Dumars" , "address" => array( "lines" => "458 Walkman Dr. Suite #2 ... => 34843 , "date" => "2001-01-23" , "bill-to" => $addr , "ship-to" => $addr , "product" => array( array( ... "2001-01-23" bill-to: given: Chris family: Dumars address: lines: |- 458 Walkman Dr. Suite #292 city: Roy ... postal: 48046 ship-to: given: Chris family: Dumars address: lines: |- 458 Walkman Dr. Suite #292 city: Roy ...
https://man.plustar.jp/php/yaml.examples.html - [similar]
Radius 関数 8138
« 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用 ... 課金あるいは認証のリクエストを作成する radius_cvt_addr — 生データを IP アドレスに変換する radius_cvt_int ... endor_attr — ベンダ固有の属性を取得する radius_put_addr — IP アドレス属性を設定する radius_put_attr — バイ ... ut_string — 文字列属性を設定する radius_put_vendor_addr — ベンダー固有の IP アドレス属性を設定する radius_ ...
https://man.plustar.jp/php/ref.radius.html - [similar]
Radius 8063
« 認証サービス はじめに » PHP Manual 認証サービス Radius Radius はじめに インストール/設定 要件 ... 課金あるいは認証のリクエストを作成する radius_cvt_addr — 生データを IP アドレスに変換する radius_cvt_int ... endor_attr — ベンダ固有の属性を取得する radius_put_addr — IP アドレス属性を設定する radius_put_attr — バイ ... ut_string — 文字列属性を設定する radius_put_vendor_addr — ベンダー固有の IP アドレス属性を設定する radius_ ...
https://man.plustar.jp/php/book.radius.html - [similar]
YAML 形式にした値を返す 7913
« yaml_emit_file yaml_parse_file » PHP Manual Yaml 関数 YAML 形式にした値を返す yaml_emit (PECL ... タが追加されました。 例 例1 yaml_emit() の例 <?php $addr = array( "given" => "Chris" , "family" => "Dumars" ... , "address" => array( "lines" => "458 Walkman Dr. Suite #2 ... ce" => 34843 , "date" => 980208000 , "bill-to" => $addr , "ship-to" => $addr , "product" => array( array( ... te: 980208000 bill-to: given: Chris family: Dumars address: lines: |- 458 Walkman Dr. Suite #292 city: Roy ...
https://man.plustar.jp/php/function.yaml-emit.html - [similar]
ドキュメントで宣言されている名前空間を返す 7913
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... t:id="1">John Doe</p:person> <p:person t:id="2" a:addr="123 Street" xmlns:a="http://example.org/addr"> Su ... e.org/test" ["a"]=> string(23) "http://example.org/addr" } 参考 SimpleXMLElement::getNamespaces() - ドキュ ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
Main interface to C code and data 7823
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... 概要 final class FFI { /* メソッド */ public static addr ( FFI\CData &$ptr ): FFI\CData public static align ... typeof ( FFI\CData &$ptr ): FFI\CType } 目次 FFI::addr — Creates an unmanaged pointer to C data FFI::alig ...
https://man.plustar.jp/php/class.ffi.html - [similar]
MIMEヘッダの文字列をエンコードする 7193
« mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列 ... " ; // 漢字 $mbox = "kru" ; $doma = "gtinn.mon" ; $addr = '"' . addcslashes ( mb_encode_mimeheader ( $name ... '"' ) . '" <' . $mbox . "@" . $doma . ">" ; echo $addr ; ?> 上の例の出力は以下となります。 "=?UTF-7?Q?+WS ...
https://man.plustar.jp/php/function.mb-encode-mimeheader.html - [similar]
アイテムを比較して入れ替える 7193
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える ... RES_NOTFOUND ) { $ips = array( $_SERVER [ 'REMOTE_ADDR' ]); $m -> add ( 'ip_block' , $ips ); /* それ以外の ... 失敗します */ } else { $ips [] = $_SERVER [ 'REMOTE_ADDR' ]; $m -> cas ( $cas , 'ip_block' , $ips ); } } wh ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
Gets the alignment 7118
« FFI::addr FFI::arrayType » PHP Manual FFI Gets the alignment FFI::alignof (PHP 7 >= 7.4.0, PHP ...
https://man.plustar.jp/php/ffi.alignof.html - [similar]
Basic FFI usage 7118
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... meofday() var_dump ( $ffi -> gettimeofday ( FFI :: addr ( $tv ), FFI :: addr ( $tz ))); // access field of ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 NEXT