検索

phrase: max: clip:
target: order:
Results of 741 - 750 of about 2650 for 上の (0.098 sec.)
定数を再定義 2128
« uopz_overload uopz_rename » PHP Manual Uopz 関数 定数を再定義 uopz_redefine (PECL uopz 1, PECL ... 100 ); uopz_redefine ( "MY" , 1000 ); echo MY ; ?> 上の例の出力は以下となります。 1000 関連キーワード: uopz ...
https://man.plustar.jp/php/function.uopz-redefine.html - [similar]
Sets hook to execute when entering a function or method 2128
« uopz_restore uopz_set_mock » PHP Manual Uopz 関数 Sets hook to execute when entering a functio ... ( 'foo' , function () {echo 'bar' ;}); foo (); ?> 上の例の出力は以下となります。 barfoo 参考 uopz_get_hook ...
https://man.plustar.jp/php/function.uopz-set-hook.html - [similar]
Sets the static variables in function or method scope 2128
« uopz_set_return uopz_undefine » PHP Manual Uopz 関数 Sets the static variables in function or ... t_static ( 'foo' , [ 'bar' => 'qux' ]); foo (); ?> 上の例の出力は以下となります。 string(3) "qux" 参考 uopz ...
https://man.plustar.jp/php/function.uopz-set-static.html - [similar]
Removes previously set hook on function or method 2128
« uopz_undefine uopz_unset_mock » PHP Manual Uopz 関数 Removes previously set hook on function o ... ho PHP_EOL ; uopz_unset_hook ( 'foo' ); foo (); ?> 上の例の出力は以下となります。 barfoo foo 参考 uopz_set_ ...
https://man.plustar.jp/php/function.uopz-unset-hook.html - [similar]
変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する 2128
« wincache_scache_meminfo wincache_ucache_cas » PHP Manual WinCache 関数 変数が既にキャッシュに存 ... )); var_dump ( wincache_ucache_get ( 'foo' )); ?> 上の例の出力は以下となります。 bool(true) bool(false) st ... )); var_dump ( wincache_ucache_get ( 'Blue' )); ?> 上の例の出力は以下となります。 array(0) { } array(4) { [ ...
https://man.plustar.jp/php/function.wincache-ucache-add.html - [similar]
変数をユーザーキャッシュに追加し、変数が既にキャッシュに存在する場合はそれを上書... 2128
« wincache_ucache_meminfo wincache_unlock » PHP Manual WinCache 関数 変数をユーザーキャッシュに追 ... )); var_dump ( wincache_ucache_get ( 'foo' )); ?> 上の例の出力は以下となります。 bool(true) string(3) "BAR ... )); var_dump ( wincache_ucache_get ( 'Blue' )); ?> 上の例の出力は以下となります。 array(0) {} array(0) {} s ...
https://man.plustar.jp/php/function.wincache-ucache-set.html - [similar]
xhprof プロファイラを終了する 2128
« Xhprof 関数 xhprof_enable » PHP Manual Xhprof 関数 xhprof プロファイラを終了する xhprof_disabl ... = xhprof_disable (); print_r ( $xhprof_data ); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/function.xhprof-disable.html - [similar]
xhprof サンプルプロファイラを終了する 2128
« xhprof_enable xhprof_sample_enable » PHP Manual Xhprof 関数 xhprof サンプルプロファイラを終了す ... of_sample_disable (); print_r ( $xhprof_data ); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/function.xhprof-sample-disable.html - [similar]
現在の Zend Engine のバージョンを取得する 2128
« zend_thread_id phpdbg » PHP Manual PHP オプション/情報 関数 現在の Zend Engine のバージョンを取 ... echo "Zend engine version: " . zend_version (); ?> 上の例の出力は、 たとえば以下のようになります。 Zend eng ...
https://man.plustar.jp/php/function.zend-version.html - [similar]
国を表すテキストを取得する 2128
« Gender\Gender::__construct Gender\Gender::get » PHP Manual Gender\Gender 国を表すテキストを取得 ... ar_dump($gender->country(Gender\Gender::BRITAIN)); 上の例の出力は以下となります。 array(2) { 'country_short ...
https://man.plustar.jp/php/gender-gender.country.html - [similar]