検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 153 for [SIMILAR] 16 1024 4096 WITH 33954 変関 WITH 3173... (0.169 sec.)
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
Collator クラス 0
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに 各ロケール固有の並び順を考慮した文字列の比較機能を提供します。 クラス概要 class Collator { /* メソッド */ public __construct ( string $locale ) p ...
https://man.plustar.jp/php/class.collator.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
引数が可変長の個数であるかをチェックする 0
« ReflectionParameter::isPassedByReference ReflectionParameter::__toString » PHP Manual ReflectionParameter 引数が可変長の個数であるかをチェックする ReflectionParameter::isVariadic (PHP 5 >= 5.6.0, PHP 7, PHP 8) ReflectionParameter::isVariadic — 引数が可変長の個数であるかをチェックする 説 ...
https://man.plustar.jp/php/reflectionparameter.isvariadic.html - [similar]
Returns a short, readable, parsable string representation of a variable 0
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, readable, parsable string representation of a variable var_representation (PECL var_representation >= 0.1.0) var_representation — Returns a short, readable, parsable string representation of ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
Retrieve assigned variable 0
« Yaf_View_Simple::eval Yaf_View_Simple::getScriptPath » PHP Manual Yaf_View_Simple Retrieve assigned variable Yaf_View_Simple::__get (Yaf >=1.0.0) Yaf_View_Simple::__get — Retrieve assigned variable 説明 public Yaf_View_Simple::__get ( string $name = ? ): void 代入した変数を取得します。 ...
https://man.plustar.jp/php/yaf-view-simple.get.html - [similar]
Moving average with variable period 0
« trader_mama trader_max » PHP Manual Trader 関数 Moving average with variable period trader_mavp (PECL trader >= 0.2.0) trader_mavp — Moving average with variable period 説明 trader_mavp ( array $real , array $periods , int $minPeriod = ? , int $maxPeriod = ? , int $mAType = ? ): array ...
https://man.plustar.jp/php/function.trader-mavp.html - [similar]
Apacheサブプロセスの環境変数を設定する 0
« apache_response_headers getallheaders » PHP Manual Apache 関数 Apacheサブプロセスの環境変数を設定する apache_setenv (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) apache_setenv — Apacheサブプロセスの環境変数を設定する 説明 apache_setenv ( string $variable , string $value , bool $walk_to_top = f ...
https://man.plustar.jp/php/function.apache-setenv.html - [similar]
関数の引数 0
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT