検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1267 for Value (0.021 sec.)
カスタムビューエンジンを設定する 3370
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... $tmplPath ); } foreach ( $extraParams as $key => $value ) { $this -> _smarty -> $key = $value ; } } /** * ... 代入する * * 指定したキーに値を代入したり、 * key => value ペアの配列で一括代入したりできるようにします。 * * ... ray $spec 代入方法に合わせて、キー あるいは key => value ペアの配列) * @param mixed $value (オプション) 変数 ... @return void */ public function assign ( $spec , $value = null ) { if ( is_array ( $spec )) { $this -> _sm ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
変数の型が文字列かどうかを調べる 3348
« is_scalar isset » PHP Manual 変数操作 関数 変数の型が文字列かどうかを調べる is_string (PHP 4, ... の型が文字列かどうかを調べる 説明 is_string ( mixed $value ): bool 指定した変数の型が文字列かどうかを調べます ... 。 パラメータ value 評価する変数。 戻り値 value の型が string である場 ... false を返します。 例 例1 is_string() の例 <?php $values = array( false , true , null , 'abc' , '23' , 23 ... , '23.5' , 23.5 , '' , ' ' , '0' , 0 ); foreach ( $values as $value ) { echo "is_string(" ; var_export ( $v ...
https://man.plustar.jp/php/function.is-string.html - [similar]
Returns the Legacy Extended JSON representation of a BSON value 3348
« MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy E ... xtended JSON representation of a BSON value MongoDB\BSON\toJSON (mongodb >=1.0.0) MongoDB\BSON ... the Legacy Extended JSON representation of a BSON value 説明 MongoDB\BSON\toJSON ( string $bson ): string ... not define an alternative representation for these values ( » libbson will output nan and inf literals, whi ... edExtendedJSON() . パラメータ bson ( string ) BSON value to be converted. 戻り値 The converted JSON value. ...
https://man.plustar.jp/php/function.mongodb.bson-tojson.html - [similar]
Get current socket I/O activity timeout value 3348
« GearmanClient::setWorkloadCallback GearmanClient::wait » PHP Manual GearmanClient Get current ... socket I/O activity timeout value GearmanClient::timeout (PECL gearman >= 0.6.0) Gea ... :timeout — Get current socket I/O activity timeout value 説明 public GearmanClient::timeout (): int Returns ... milliseconds to wait for I/O activity. A negative value means an infinite timeout. 参考 GearmanClient::set ...
https://man.plustar.jp/php/gearmanclient.timeout.html - [similar]
定義済み定数 3348
« リソース型 SNMP 関数 » PHP Manual SNMP 定義済み定数 定義済み定数 以下の定数が定義されています。 ... _UCD ( int ) SNMP_OID_OUTPUT_NONE ( int ) snmp_set_valueretrieval() 用 SNMP_VALUE_LIBRARY ( int ) SNMP_VALU ... E_PLAIN ( int ) SNMP_VALUE_OBJECT ( int ) snmp_set_valueretrieval() で SNMP_V ... ( int ) 関連キーワード: int , 定義 , 定数 , 関数 , valueretrieval , oid , VALUE , format , output , 実行 ...
https://man.plustar.jp/php/snmp.constants.html - [similar]
変数が整数型かどうかを検査する 3331
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, P ... 変数が整数型かどうかを検査する 説明 is_int ( mixed $value ): bool 与えられた変数の型が整数型かどうかを検査し ... is_numeric() を使用する必要があります。 パラメータ value 評価する変数 戻り値 もし value が 整数型( int )の場 ... 合は false を返します。 例 例1 is_int() の例 <?php $values = array( 23 , "23" , 23.5 , "23.5" , null , true ... , false ); foreach ( $values as $value ) { echo "is_int(" ; var_export ( $valu ...
https://man.plustar.jp/php/function.is-int.html - [similar]
Parabolic SAR - Extended 3331
« trader_sar trader_set_compat » PHP Manual Trader 関数 Parabolic SAR - Extended trader_sarext ( ... er_sarext ( array $high , array $low , float $startValue = ? , float $offsetOnReverse = ? , float $accelera ... 高値。実数値の配列。 low 安値。実数値の配列。 startValue Start value and direction. 0 for Auto, >0 for Long ... . accelerationInitLong Acceleration Factor initial value for the Long direction. Valid range from 0 to TRAD ... . accelerationMaxLong Acceleration Factor maximum value for the Long direction. Valid range from 0 to TRAD ...
https://man.plustar.jp/php/function.trader-sarext.html - [similar]
Returns the value at a given index 3309
« Ds\Deque::first Ds\Deque::insert » PHP Manual Deque Returns the value at a given index Ds\Dequ ... get (PECL ds >= 1.0.0) Ds\Deque::get — Returns the value at a given index 説明 public Ds\Deque::get ( int $ ... index ): mixed Returns the value at a given index. パラメータ index The index to ac ... cess, starting at 0. 戻り値 The value at the requested index. エラー / 例外 OutOfRangeEx ...
https://man.plustar.jp/php/ds-deque.get.html - [similar]
Returns the value at a given index 3309
« Ds\Sequence::first Ds\Sequence::insert » PHP Manual Sequence Returns the value at a given inde ... (PECL ds >= 1.0.0) Ds\Sequence::get — Returns the value at a given index 説明 abstract public Ds\Sequence: ... :get ( int $index ): mixed Returns the value at a given index. パラメータ index The index to ac ... cess, starting at 0. 戻り値 The value at the requested index. エラー / 例外 OutOfRangeEx ...
https://man.plustar.jp/php/ds-sequence.get.html - [similar]
Returns the value at a given index 3309
« Ds\Set::first Ds\Set::intersect » PHP Manual Set Returns the value at a given index Ds\Set::ge ... t (PECL ds >= 1.0.0) Ds\Set::get — Returns the value at a given index 説明 public Ds\Set::get ( int $in ... dex ): mixed Returns the value at a given index. パラメータ index The index to ac ... cess, starting at 0. 戻り値 The value at the requested index. エラー / 例外 OutOfRangeEx ...
https://man.plustar.jp/php/ds-set.get.html - [similar]