検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 1267 for Value (0.054 sec.)
The Yac class 2915
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに ... $prefix = "" ) public add ( string $keys , mixed $value , int $ttl = 0 ): bool public add ( array $key_val ... info (): array public set ( string $keys , mixed $value , int $ttl = 0 ): bool public add ( array $key_val ... s ): bool public __set ( string $keys , mixed $value ): mixed } プロパティ _prefix 目次 Yac::add — Stor ... e Yac::flush — Flush the cache Yac::get — Retrieve values from cache Yac::__get — Getter Yac::info — Status ...
https://man.plustar.jp/php/class.yac.html - [similar]
Removes all values 2915
« Ds\Map::capacity Ds\Map::__construct » PHP Manual Map Removes all values Ds\Map::clear (PECL d ... s >= 1.0.0) Ds\Map::clear — Removes all values 説明 public Ds\Map::clear (): void Removes all va ... s\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] ... => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 3 ) ) Ds\Map Object ( ) 関連キーワード: Ds , M ... ap , Removes , all , values , Object , Pair , key , パラメータ , public ...
https://man.plustar.jp/php/ds-map.clear.html - [similar]
2915
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds ... s\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] ... => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 3 ) ) 関連キーワード: 例 , Ds , Object , Pair ...
https://man.plustar.jp/php/ds.examples.html - [similar]
値を取得する 2915
« ps_get_parameter ps_hyphenate » PHP Manual PS 関数 値を取得する ps_get_value (PECL ps >= 1.1.0 ... ) ps_get_value — 値を取得する 説明 ps_get_value ( resource $psdoc ... string $name , float $modifier = ? ): float ps_set_value() で設定された値を取得します。 値は浮動小数点数値と ... 値を、失敗した場合に false を返します。 参考 ps_set_value() - 値を設定する 関連キーワード: フォント , modifi ...
https://man.plustar.jp/php/function.ps-get-value.html - [similar]
パラメータを設定する 2915
« ps_set_info ps_set_text_pos » PHP Manual PS 関数 パラメータを設定する ps_set_parameter (PECL p ... rameter ( resource $psdoc , string $name , string $value ): bool 多くの関数で利用されるパラメータを設定しま ... る名称については ps_get_parameter() を参照ください。 value パラメータの値。 戻り値 成功した場合に true を、失 ... 考 ps_get_parameter() - パラメータを取得する ps_set_value() - 値を設定する 関連キーワード: パラメータ , 設定 ...
https://man.plustar.jp/php/function.ps-set-parameter.html - [similar]
設定 2915
« インストール PECL 拡張モジュールのインストール » PHP Manual FastCGI Process Manager (FPM) 設定 ... /tmp env[TMPDIR] = /tmp env[TEMP] = /tmp php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@m ... omain.com php_flag[display_errors] = off php_admin_value[error_log] = /var/log/fpm-php.www.log php_admin_fl ... ag[log_errors] = on php_admin_value[memory_limit] = 32M php_value や php_flag で渡した ... 新たに指定した値を追記することになります。 php_admin_value や php_admin_flag で設定した値を ini_set() で上書き ...
https://man.plustar.jp/php/install.fpm.configuration.html - [similar]
ロケール ID のサブタグ要素を連想配列で返す 2915
« Locale::lookup Locale::setDefault » PHP Manual Locale ロケール ID のサブタグ要素を連想配列で返 ... nedis' ); if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value , " ; } } ?> 例2 オブジェ ... nedis' ); if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value , " ; } } ?> 上の例の出力 ...
https://man.plustar.jp/php/locale.parselocale.html - [similar]
Create a new WriteConcern 2915
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... ongoDB\Driver\WriteConcern , which is an immutable value object. パラメータ w Write concern Value Descripti ... t members (not just voting nodes). string A string value is interpereted as a tag set. Requests acknowledge ... eater than or equal to zero. Write concern timeout Value Description 0 Block indefinitely. This is the defa ... db 1.7.0 The wTimeout parameter now accepts 64-bit values. 例 例1 MongoDB\Driver\WriteConcern::__construct( ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]
出力リライトの使用法 2915
« 基本的な使用法 出力制御 関数 » PHP Manual 例 出力リライトの使用法 出力リライトの使用法 PHP 7.1 ... に追加されます output_add_rewrite_var ( 'test' , 'value' ); ?> <a href="//php.net/index.php?bug=1234">bug1 ... は以下となります。 <a href="//php.net/?bug=1234&test=value">bug1234</a> <form action="https://php.net/?bug=12 ... =1" method="post"><input type="hidden" name="test" value="value" /> <input type="text" name="title" /> </fo ...
https://man.plustar.jp/php/outcontrol.examples.rewrite.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 2915
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... RecursiveIteratorIterator ( $filter ) as $key => $value ) { echo $value . "\n" ; } ?> 上の例の出力は、 たと ... RecursiveIteratorIterator ( $filter ) as $key => $value ) { echo $value . "\n" ; } ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]