Results of 1 - 10 of about 8507 for 値 (0.014 sec.)
- PHP オプション/情報 関数 4539
- « 定義済み定数 assert_options » PHP Manual PHP Options/Info PHP オプション/情報 関数 PHP オプショ
...
する情報を取得する get_cfg_var — PHP 設定オプションの値を取得する get_current_user — 現在の PHP スクリプトの ...
する get_defined_constants — すべての定数の名前とその値を連想配列として返す get_extension_funcs — あるモジュ ...
ntime — magic_quotes_runtime の現在アクティブな設定値を取得する get_required_files — get_included_files の ...
es — アクティブなリソースを返す getenv — 環境変数の値を取得する getlastmod — 最終更新時刻を取得する getmy ...
-
https://man.plustar.jp/php/ref.info.html
- [similar]
- PHP オプションと情報 4437
- « output_reset_rewrite_vars はじめに » PHP Manual PHP の振る舞いの変更 PHP オプションと情報 PHP
...
する情報を取得する get_cfg_var — PHP 設定オプションの値を取得する get_current_user — 現在の PHP スクリプトの ...
する get_defined_constants — すべての定数の名前とその値を連想配列として返す get_extension_funcs — あるモジュ ...
ntime — magic_quotes_runtime の現在アクティブな設定値を取得する get_required_files — get_included_files の ...
es — アクティブなリソースを返す getenv — 環境変数の値を取得する getlastmod — 最終更新時刻を取得する getmy ...
-
https://man.plustar.jp/php/book.info.html
- [similar]
- 定義済み定数 3668
- « リソース型 String 関数 » PHP Manual 文字列 定義済み定数 定義済み定数 以下の定数が定義されていま
...
ypt() 関数でサポートされているかどうかを示します。 値は常に 1 です。 CRYPT_EXT_DES int 拡張DESベースのハッ ...
ypt() 関数でサポートされているかどうかを示します。 値は常に 1 です。 CRYPT_MD5 int MD5ハッシュが crypt() ...
関数でサポートされているかどうかを示します。 値は常に 1 です。 CRYPT_BLOWFISH int Blowfishハッシュが ...
ypt() 関数でサポートされているかどうかを示します。 値は常に 1 です。 CRYPT_SHA256 int SHA-256ハッシュが c ...
-
https://man.plustar.jp/php/string.constants.html
- [similar]
- 戻り値の型を仮で宣言しているかを返す 3360
- « ReflectionFunctionAbstract::hasReturnType ReflectionFunctionAbstract::inNamespace » PHP Manual
...
ReflectionFunctionAbstract 戻り値の型を仮で宣言しているかを返す ReflectionFunctionAbs ...
tionFunctionAbstract::hasTentativeReturnType — 戻り値の型を仮で宣言しているかを返す 説明 public Reflectio ...
bstract::hasTentativeReturnType (): bool 関数が戻り値の型を仮で(とりあえず)宣言しているかどうかを返します ...
パラメータ この関数にはパラメータはありません。 戻り値 関数が仮の(とりあえず)戻り値の型を持つ場合、 true ...
-
https://man.plustar.jp/php/reflectionfunctionabstract.hastentativereturntype.htm...
- [similar]
- 関数に関連付けられた仮の戻り値の型を返す 3334
- « ReflectionFunctionAbstract::getStaticVariables ReflectionFunctionAbstract::hasReturnType » PHP
...
ectionFunctionAbstract 関数に関連付けられた仮の戻り値の型を返す ReflectionFunctionAbstract::getTentativeR ...
tTentativeReturnType — 関数に関連付けられた仮の戻り値の型を返す 説明 public ReflectionFunctionAbstract::g ...
e (): ? ReflectionType 関数に関連付けられた仮の戻り値の型を返します。 パラメータ この関数にはパラメータは ...
ありません。 戻り値 仮の戻り値の型が指定されている場合は ReflectionTyp ...
-
https://man.plustar.jp/php/reflectionfunctionabstract.gettentativereturntype.htm...
- [similar]
- 例 3307
- « 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。
...
alue ( $fdf , "volume" ); echo "volume フィールドの値は '<b> $volume </b>'<br />" ; $date = fdf_get_value ...
( $fdf , "date" ); echo "date フィールドの値は '<b> $date </b>'<br />" ; $comment = fdf_get_valu ...
e ( $fdf , "comment" ); echo "comment フィールドの値は '<b> $comment </b>'<br />" ; if ( fdf_get_value ( ...
$fdf , "publisher" ); echo "publisher フィールドの値は '<b> $publisher </b>'<br />" ; } else echo "Publi ...
-
https://man.plustar.jp/php/fdf.examples.html
- [similar]
- このパラメータのデフォルト値が定数かどうかを返す 3206
- « ReflectionParameter::isDefaultValueAvailable ReflectionParameter::isOptional » PHP Manual Refl
...
ectionParameter このパラメータのデフォルト値が定数かどうかを返す ReflectionParameter::isDefaultV ...
isDefaultValueConstant — このパラメータのデフォルト値が定数かどうかを返す 説明 public ReflectionParameter ...
ltValueConstant (): bool このパラメータのデフォルト値が定数かどうかを返します。 パラメータ この関数にはパ ...
ラメータはありません。 戻り値 デフォルト値が定数である場合は true を返します。 そ ...
-
https://man.plustar.jp/php/reflectionparameter.isdefaultvalueconstant.html
- [similar]
- オブジェクトの継承 3051
- « アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ
...
PHP (); // 出力: 'PHP is great' ?> 内部クラスと戻り値の型の互換性 PHP 8.1 より前のバージョンでは、 ほとん ...
どの内部クラスやメソッドは戻り値の型を宣言していませんでしたし、 それらを継承する際に ...
もあらゆる戻り値の型を指定することができていました。 PHP 8.1.0 以降で ...
は、 ほとんどの内部メソッドが、戻り値の型を "とりあえず" 宣言するようになりました。 この場 ...
-
https://man.plustar.jp/php/language.oop5.inheritance.html
- [similar]
- Average Price 3035
- « trader_atr trader_bbands » PHP Manual Trader 関数 Average Price trader_avgprice (PECL trader >
...
ray $low , array $close ): array パラメータ open 始値。実数値の配列。 high 高値。実数値の配列。 low 安値。 ...
実数値の配列。 close 終値。実数値の配列。 戻り値 Returns a ...
-
https://man.plustar.jp/php/function.trader-avgprice.html
- [similar]
- Two Crows 3035
- « trader_cci trader_cdl3blackcrows » PHP Manual Trader 関数 Two Crows trader_cdl2crows (PECL tra
...
ray $low , array $close ): array パラメータ open 始値。実数値の配列。 high 高値。実数値の配列。 low 安値。 ...
実数値の配列。 close 終値。実数値の配列。 戻り値 Returns a ...
-
https://man.plustar.jp/php/function.trader-cdl2crows.html
- [similar]