検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 681 for Default (0.094 sec.)
開始要素および終了要素のハンドラを設定する 3080
« xml_set_default_handler xml_set_end_namespace_decl_handler » PHP Manual XML パーサ 関数 開始要 ...
https://man.plustar.jp/php/function.xml-set-element-handler.html - [similar]
Z39.50 サーバーへの接続を準備する 3080
« yaz_close yaz_database » PHP Manual YAZ 関数 Z39.50 サーバーへの接続を準備する yaz_connect (PH ... 合、210 が使用されます。database が省略された 場合、 Default が使用されます。 options 文字列が指定された場合、 ...
https://man.plustar.jp/php/function.yaz-connect.html - [similar]
関数の引数 3080
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... econd_arg , $a_very_long_argument_name , $arg_with_default = 5 , $again = 'a default string' , // この最後のカ ... フォルト値として使用する(PHP 8.1.0 以降) <?php class DefaultCoffeeMaker { public function brew () { return 'Mak ... u.' ; } } function makecoffee ( $coffeeMaker = new DefaultCoffeeMaker ) { return $coffeeMaker -> brew (); } e ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
Description 3080
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... odd sizes in both dimensions the origin pixel will default to the centre of the kernel. For all other kernel ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
定義済み定数 3080
« リソース型 例 » PHP Manual intl 定義済み定数 定義済み定数 INTL_ICU_VERSION ( string ) ICUライブ ... おり、 それより長いロケール名は使用できません。 IDNA_DEFAULT ( int ) IDN 関数の入力で、アサインされていないコー ...
https://man.plustar.jp/php/intl.constants.html - [similar]
指定された時刻と、このオブジェクトの時刻の差を計算する 3080
« IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、こ ... ate.timezone' , 'Europe/Lisbon' ); ini_set ( 'intl.default_locale' , 'fr_FR' ); $cal1 = IntlCalendar :: fromD ...
https://man.plustar.jp/php/intlcalendar.fielddifference.html - [similar]
オブジェクトに関する直近のエラーコードを取得する 3080
« IntlCalendar::getDayOfWeekType IntlCalendar::getErrorMessage » PHP Manual IntlCalendar オブジェ ... "intl.error_level" , E_WARNING ); ini_set ( "intl.default_locale" , "nl" ); $intlcal = new IntlGregorianCale ...
https://man.plustar.jp/php/intlcalendar.geterrorcode.html - [similar]
スキップされた実時間を扱う際の振る舞いを取得する 3080
« IntlCalendar::getRepeatedWallTimeOption IntlCalendar::getTime » PHP Manual IntlCalendar スキッ ... ate.timezone' , 'Europe/Lisbon' ); ini_set ( 'intl.default_locale' , 'en_US' ); ini_set ( 'intl.error_level' ...
https://man.plustar.jp/php/intlcalendar.getskippedwalltimeoption.html - [similar]
時刻または複数の共通フィールドを一度に設定する 3080
« IntlCalendar::roll IntlCalendar::setFirstDayOfWeek » PHP Manual IntlCalendar 時刻または複数の共 ... ate.timezone' , 'Europe/Lisbon' ); ini_set ( 'intl.default_locale' , 'pt_PT' ); //Calls made later have prior ...
https://man.plustar.jp/php/intlcalendar.set.html - [similar]
クラスの基礎 3080
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... SimpleClass { // プロパティの宣言 public $var = 'a default value' ; // メソッドの宣言 public function display ... > 上の例の出力は以下となります。 Extending class a default value シグネチャの互換性に関するルール メソッドをオ ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]