検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 247 for bar (0.020 sec.)
SNMP オブジェクトの値を設定する 4369
« snmp3_real_walk snmp3_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp3_set (P ... A' , 'secret007' , 'AES' , 'secret007' , 'FOO-MIB::bar.42' , 'b' , '0 1 2 3 4' ); // あるいは snmp3_set ( ... A' , 'secret007' , 'AES' , 'secret007' , 'FOO-MIB::bar.42' , 'x' , 'F0' ); ?> 関連キーワード: オブジェクト ...
https://man.plustar.jp/php/function.snmp3-set.html - [similar]
構文 4369
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使 ... 前のバージョンでは、 E_NOTICE が発生していました) ( bar が定数でなければ) なぜ $foo[bar] が間違っている の ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
Yaf_Router クラス 4318
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router ク ... があります。 たとえば application.module="Index,Foo,Bar" とすると、 index、foo、bar だけがモジュール名とみ ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]
switch 4318
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同 ... { case "apple" : echo "i is apple" ; break; case "bar" : echo "i is bar" ; break; case "cake" : echo "i ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
環境変数の値を設定する 4318
« phpversion restore_include_path » PHP Manual PHP オプション/情報 関数 環境変数の値を設定する p ... は元の状態に戻されます。 パラメータ assignment "FOO=BAR" 形式の設定。 戻り値 成功した場合に true を、失敗し ...
https://man.plustar.jp/php/function.putenv.html - [similar]
Gets previously set hook on function or method 4318
« uopz_get_exit_status uopz_get_mock » PHP Manual Uopz 関数 Gets previously set hook on function ... oo' ; } uopz_set_hook ( 'foo' , function () {echo 'bar' ;}); var_dump ( uopz_get_hook ( 'foo' )); ?> 上の ...
https://man.plustar.jp/php/function.uopz-get-hook.html - [similar]
Sets hook to execute when entering a function or method 4318
« uopz_restore uopz_set_mock » PHP Manual Uopz 関数 Sets hook to execute when entering a functio ... oo' ; } uopz_set_hook ( 'foo' , function () {echo 'bar' ;}); foo (); ?> 上の例の出力は以下となります。 ba ...
https://man.plustar.jp/php/function.uopz-set-hook.html - [similar]
Removes previously set hook on function or method 4318
« uopz_undefine uopz_unset_mock » PHP Manual Uopz 関数 Removes previously set hook on function o ... oo' ; } uopz_set_hook ( 'foo' , function () {echo 'bar' ;}); foo (); echo PHP_EOL ; uopz_unset_hook ( 'fo ... o' ); foo (); ?> 上の例の出力は以下となります。 barfoo foo 参考 uopz_set_hook() - Sets hook to execute ...
https://man.plustar.jp/php/function.uopz-unset-hook.html - [similar]
xhprof プロファイラを終了する 4318
« Xhprof 関数 xhprof_enable » PHP Manual Xhprof 関数 xhprof プロファイラを終了する xhprof_disabl ... の例 <?php xhprof_enable (); $foo = strlen ( "foo bar" ); $xhprof_data = xhprof_disable (); print_r ( $x ...
https://man.plustar.jp/php/function.xhprof-disable.html - [similar]
比較演算子 4318
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... くことが重要です。 参照返しの関数で return $foo ?? $bar; のように書いてもうまく動かずに、 警告が発生します ... 。 例7 Null 合体演算子のネスト <?php $foo = null ; $bar = null ; $baz = 1 ; $qux = 2 ; echo $foo ?? $bar ? ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]