Results of 1 - 10 of about 127 for put (0.002 sec.)
- Associates a key with a value 10374
- « Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL
...
ds >= 1.0.0) Ds\Map::put — Associates a key with a value 説明 public Ds\Map ...
::put ( mixed $key , mixed $value ): void Associates a k ...
th the key. 戻り値 値を返しません。 例 例1 Ds\Map::put() example <?php $map = new \ Ds \ Map (); $map -> ...
put ( "a" , 1 ); $map -> put ( "b" , 2 ); $map -> put ( "c" , 3 ); print_r ( $m ...
-
https://man.plustar.jp/php/ds-map.put.html
- [similar]
- RADIUS Attribute Types 10374
- « RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At
...
ADIUS attribute types that can be used with radius_put_addr() , radius_put_attr() , radius_put_int() and ...
radius_put_string() . RADIUS_USER_NAME ( int ) The User-Name ...
r being authenticated, and can be set using radius_put_attr() . RADIUS_USER_PASSWORD ( int ) The User-Pas ...
g the user's password, and can be set using radius_put_attr() . This value will be obfuscated on transmis ...
-
https://man.plustar.jp/php/radius.constants.attributes.html
- [similar]
- PUT メソッドのサポート 10166
- « 複数ファイルのアップロード 参考 » PHP Manual ファイルアップロードの処理 PUT メソッドのサポート
...
PUT メソッドのサポート PHP は、クライアントがサーバーに ...
ファイルを保存するための HTTP PUT メソッドのサポートを提供します。 PUT リクエストは ...
ードよりもシンプルであり、 次のような形になります。 PUT /path/filename.html HTTP/1.1 これは、通常、リモート ...
t> ブロックの中です。次のように指定します。 Script PUT /put.php これにより、この行を指定したコンテキストに ...
-
https://man.plustar.jp/php/features.file-upload.put-method.html
- [similar]
- 整数属性を設定する 9665
- « radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int (
...
PECL radius >= 1.1.0) radius_put_int — 整数属性を設定する 説明 radius_put_int ( res ...
を、失敗した場合に false を返します。 例 例1 radius_put_int() の例 <?php if (! radius_put_int ( $res , RAD ...
options および tag が追加されました。 参考 radius_put_string() - 文字列属性を設定する radius_put_vendor_ ...
int() - ベンダー固有の整数属性を設定する radius_put_vendor_string() - ベンダー固有の文字列属性を設定す ...
-
https://man.plustar.jp/php/function.radius-put-int.html
- [similar]
- 文字列属性を設定する 9665
- « radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put
...
_string (PECL radius >= 1.1.0) radius_put_string — 文字列属性を設定する 説明 radius_put_stri ...
します。 一般に、文字列属性をアタッチするには radius_put_attr() のほうがより便利です。 というのも、こちらの ...
ptions および tag が追加されました。 例 例1 radius_put_string() の例 <?php if (! radius_put_string ( $res ...
rror ( $res ). "\n<br />" ; exit; } ?> 参考 radius_put_int() - 整数属性を設定する radius_put_vendor_int() ...
-
https://man.plustar.jp/php/function.radius-put-string.html
- [similar]
- FTP サーバーにファイルを保存する(非ブロッキング) 8759
- « ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング)
...
ftp_nb_put (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_put — ...
ーにファイルを保存する(非ブロッキング) 説明 ftp_nb_put ( FTP\Connection $ftp , string $remote_filename , ...
FTP_BINARY , int $offset = 0 ): int | false ftp_nb_put() はローカルファイルを FTP サーバーに保存します。 ...
ftp_put() との違いは、この関数が 非同期処理でファイルをアッ ...
-
https://man.plustar.jp/php/function.ftp-nb-put.html
- [similar]
- バイナリ属性を設定する 8637
- « radius_put_addr radius_put_int » PHP Manual Radius 関数 バイナリ属性を設定する radius_put_attr
...
(PECL radius >= 1.1.0) radius_put_attr — バイナリ属性を設定する 説明 radius_put_attr ...
ptions および tag が追加されました。 例 例1 radius_put_attr() の例 <?php mt_srand ( time ()); $chall = mt ...
pass = pack ( 'CH*' , 1 , $chapval ); if (! radius_put_attr ( $res , RADIUS_CHAP_PASSWORD , $pass )) { ec ...
_vendor_attr() - ベンダ固有の属性を取得する radius_put_vendor_attr() - ベンダー固有のバイナリ属性を設定す ...
-
https://man.plustar.jp/php/function.radius-put-attr.html
- [similar]
- Radius 関数 8600
- « 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用
...
et_vendor_attr — ベンダ固有の属性を取得する radius_put_addr — IP アドレス属性を設定する radius_put_attr — ...
バイナリ属性を設定する radius_put_int — 整数属性を設定する radius_put_string — 文字列 ...
属性を設定する radius_put_vendor_addr — ベンダー固有の IP アドレス属性を設定 ...
する radius_put_vendor_attr — ベンダー固有のバイナリ属性を設定する ...
-
https://man.plustar.jp/php/ref.radius.html
- [similar]
- NULL で終わる文字列を PostgreSQL バックエンドに送信する 8564
- « pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック
...
エンドに送信する pg_put_line (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_put_ ...
る文字列を PostgreSQL バックエンドに送信する 説明 pg_put_line ( PgSql\Connection $connection = ? , string $ ...
data ): bool pg_put_line() は、NULL で終わる文字列を PostgreSQL バック ...
一度のトランザクションで実行されます。 低レベルな pg_put_line() コマンドを用いない別の方法は、 pg_copy_from ...
-
https://man.plustar.jp/php/function.pg-put-line.html
- [similar]
- MQSeries MQPUT1 8515
- « mqseries_open mqseries_put » PHP Manual mqseries 関数 MQSeries MQPUT1 mqseries_put1 (PECL mqse
...
ries >= 0.10.0) mqseries_put1 — MQSeries MQPUT1 説明 mqseries_put1 ( resource $ ...
$compCode , resource &$reason ): void The mqseries_put1() (MQPUT1) call puts one message on a queue. The ...
ue need not be open. You can use both the mqseries_put() and mqseries_put1() calls to put messages on a q ...
use depends on the circumstances. Use the mqseries_put() (MQPUT) call to place multiple messages on the s ...
-
https://man.plustar.jp/php/function.mqseries-put1.html
- [similar]