Results of 1 - 10 of about 100 for VARIABLE (0.007 sec.)
- Get SeasLog request variable 13146
- « SeasLog::getRequestID SeasLog::info » PHP Manual SeasLog Get SeasLog request variable SeasLog:
...
:getRequestVariable (PECL seaslog >=1.9.0) SeasLog::getRequestVariable ...
— Get SeasLog request variable 説明 public static SeasLog::getRequestVariable ( i ...
nt $key ): bool Get SeasLog request variable. パラメータ key Constant int. SEASLOG_REQUEST_VARI ...
ABLE_DOMAIN_PORT SEASLOG_REQUEST_VARIABLE_REQUEST_URI SEASLOG_REQUEST_VARIABLE_REQUEST_METHO ...
-
https://man.plustar.jp/php/seaslog.getrequestvariable.html
- [similar]
- Manually set SeasLog request variable 13094
- « SeasLog::setRequestID SeasLog::warning » PHP Manual SeasLog Manually set SeasLog request variable
...
ble SeasLog::setRequestVariable (PECL seaslog >=1.9.0) SeasLog::setRequestVariable ...
— Manually set SeasLog request variable 説明 public static SeasLog::setRequestVariable ( i ...
string $value ): bool Manually set SeasLog request variable. パラメータ key Constant int. SEASLOG_REQUEST_VARI ...
ABLE_DOMAIN_PORT SEASLOG_REQUEST_VARIABLE_REQUEST_URI SEASLOG_REQUEST_VARIABLE_REQUEST_METHO ...
-
https://man.plustar.jp/php/seaslog.setrequestvariable.html
- [similar]
- 可変関数 11430
- « 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable func
...
す。 例2 可変メソッドの例 <?php class Foo { function Variable () { $name = 'Bar' ; $this -> $name (); // Bar() メ ...
This is Bar" ; } } $foo = new Foo (); $funcname = "Variable" ; $foo -> $funcname (); // $foo->Variable() をコー ...
ティを含む可変メソッドの例 <?php class Foo { static $variable = 'static property' ; static function Variable () ...
{ echo 'Method Variable called' ; } } echo Foo :: $variable ; // これは 's ...
-
https://man.plustar.jp/php/functions.variable-functions.html
- [similar]
- Call a function in a Lua global variable 10142
- « LuaSandbox LuaSandbox::disableProfiler » PHP Manual LuaSandbox Call a function in a Lua global
...
variable LuaSandbox::callFunction (PECL luasandbox >= 1.0.0 ...
ox::callFunction — Call a function in a Lua global variable 説明 public LuaSandbox::callFunction ( string $nam ...
s ): array | bool Calls a function in a Lua global variable. If the name contains "." characters, the function ...
sses, as if the name were a Lua expression. If the variable does not exist, or is not a function, false will b ...
-
https://man.plustar.jp/php/luasandbox.callfunction.html
- [similar]
- Returns a short, readable, parsable string representation of a variable 8582
- « var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short,
...
readable, parsable string representation of a variable var_representation (PECL var_representation >= 0.1 ...
ort, readable, parsable string representation of a variable 説明 var_representation ( mixed $value , int $flag ...
string with structured information about the given variable. It is similar to var_export() with differences in ...
g, and array representations. パラメータ value The variable to generate a representation of. flags Bitmask con ...
-
https://man.plustar.jp/php/function.var-representation.html
- [similar]
- Retrieve assigned variable 8478
- « Yaf_View_Simple::eval Yaf_View_Simple::getScriptPath » PHP Manual Yaf_View_Simple Retrieve ass
...
igned variable Yaf_View_Simple::__get (Yaf >=1.0.0) Yaf_View_Simp ...
le::__get — Retrieve assigned variable 説明 public Yaf_View_Simple::__get ( string $name ...
ます。 戻り値 関連キーワード: Retrieve , assigned , variable , Yaf , 変数 , 代入 , パラメータ , eval , getScrip ...
-
https://man.plustar.jp/php/yaf-view-simple.get.html
- [similar]
- Moving average with variable period 8374
- « trader_mama trader_max » PHP Manual Trader 関数 Moving average with variable period trader_mav
...
trader >= 0.2.0) trader_mavp — Moving average with variable period 説明 trader_mavp ( array $real , array $per ...
alse on failure. 関連キーワード: period , Moving , variable , average , trader , array , mavp , int , 配列 , f ...
-
https://man.plustar.jp/php/function.trader-mavp.html
- [similar]
- Apacheサブプロセスの環境変数を設定する 8270
- « apache_response_headers getallheaders » PHP Manual Apache 関数 Apacheサブプロセスの環境変数を設
...
スの環境変数を設定する 説明 apache_setenv ( string $variable , string $value , bool $walk_to_top = false ): boo ...
l apache_setenv() は variable で指定された Apache 環境変数の値を設定します。 注意 ...
対応する $_SERVER の値は変更されません。 パラメータ variable 設定する環境変数 value variable の新しい値 walk_to ...
関連キーワード: 設定 , プロセス , setenv , サブ , variable , 注意 , 変数 , getenv , top , walk ...
-
https://man.plustar.jp/php/function.apache-setenv.html
- [similar]
- Apache の subprocess_env 変数を取得する 7802
- « apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取
...
ss_env 変数を取得する 説明 apache_getenv ( string $variable , bool $walk_to_top = false ): string | false vari ...
指定された Apache 環境変数を取得します。 パラメータ variable Apache の環境変数を指定します。 walk_to_top 全ての ...
ーワード: 取得 , 変数 , subprocess , env , getenv , variable , string , walk , top , ADDR ...
-
https://man.plustar.jp/php/function.apache-getenv.html
- [similar]
- LOB ファイルから、ユーザーが定義したサイズの内容を取得する 7646
- « db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し
...
CLOB)' ; $result = db2_exec ( $conn , $create ); $variable = "" ; $stmt = db2_prepare ( $conn , "INSERT INTO ...
clob_stream (id,my_clob) VALUES (1, ?)" ); $variable = "THIS IS A CLOB TEST. THIS IS A CLOB TEST." ; db ...
2_bind_param ( $stmt , 1 , "variable" , DB2_PARAM_IN ); db2_execute ( $stmt ); $sql = " ...
CLOB)' ; $result = db2_exec ( $conn , $create ); $variable = "" ; $stmt = db2_prepare ( $conn , "INSERT INTO ...
-
https://man.plustar.jp/php/function.db2-lob-read.html
- [similar]