検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 238 for [SIMILAR] 16 1024 4096 WITH 117609 intlcalendar ... (0.803 sec.)
Transliterator クラス 0
« Spoofchecker::setChecks Transliterator::__construct » PHP Manual intl Transliterator クラス Transliterator クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0) はじめに Transliterator クラスは、文字列の音訳を行います。 クラス概要 class Transliterator { /* 定数 */ const int FORWARD ...
https://man.plustar.jp/php/class.transliterator.html - [similar]
Control Box (Arrangement) 0
« UI\Controls\Group::setTitle UI\Controls\Box::append » PHP Manual UI Control Box (Arrangement) Control Box (Arrangement) (UI 0.9.9) はじめに A Box allows the arrangement of other controls クラス概要 class UI\Controls\Box extends UI\Control { /* Constants */ const int Vertical ; const in ...
https://man.plustar.jp/php/class.ui-controls-box.html - [similar]
Draw Path 0
« UI\Draw\Pen::write UI\Draw\Path::addRectangle » PHP Manual UI Draw Path Draw Path (UI 0.9.9) はじめに A Draw Path guides a Draw Pen, telling the Pen where to draw on an Area. クラス概要 class UI\Draw\Path { /* Constants */ const int Winding ; const int Alternate ; /* Constructor */ pub ...
https://man.plustar.jp/php/class.ui-draw-path.html - [similar]
例外を拡張する 0
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込みの Exception クラスを拡張することで、例外クラスをユーザーが 定義することが可能です。以下のメンバーおよびプロパティは、 組み込みの Exception クラスから派生した子クラスの中でアクセス可能です。 ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
finalキーワード 0
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード finalキーワード キーワード final を前に付けて定義されたメソッドや定数は、子クラスから上書きできません。 クラス自体がfinalと定義された場合には、このクラスを拡張することはできません。 例1 finalメ ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
SolrPingResponse クラス 0
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingResponse クラス SolrPingResponse クラス (PECL solr >= 0.9.2) はじめに サーバーへの ping リクエストに対するレスポンスを表現 クラス概要 final class SolrPingResponse extends SolrResponse { /* 定数 */ co ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
名前空間の使用法: 基本編 0
« 同一ファイル内での複数の名前空間の定義 名前空間と動的言語機能 » PHP Manual 名前空間 名前空間の使用法: 基本編 名前空間の使用法: 基本編 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間の使い方についてあれこれ言う前に、まずは PHP がどのようにしてコード中の要素の名前空間を知るのかを理解しておくこと ...
https://man.plustar.jp/php/language.namespaces.basics.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
Formatter が使うカレンダー型を設定する 0
« IntlDateFormatter::parse IntlDateFormatter::setLenient » PHP Manual IntlDateFormatter Formatter が使うカレンダー型を設定する IntlDateFormatter::setCalendar datefmt_set_calendar (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::setCalendar -- datefmt_set_calendar — F ...
https://man.plustar.jp/php/intldateformatter.setcalendar.html - [similar]
定数式における列挙型の値 0
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における列挙型の値 列挙型の case は、定数として表現されているので、 ほとんどの定数式の中で静的な値として使えます。 つまり、プロパティのデフォルト値や、 static 変数のデフォルト値、引数のデフォルト値、 ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]