検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 682 for [SIMILAR] 16 1024 4096 WITH 20006 convert WITH 1... (0.531 sec.)
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
アフィン変換行列を取得する 0
« imageaffinematrixconcat imagealphablending » PHP Manual GD および Image 関数 アフィン変換行列を取得する imageaffinematrixget (PHP 5 >= 5.5.0, PHP 7, PHP 8) imageaffinematrixget — アフィン変換行列を取得する 説明 imageaffinematrixget ( int $type , array | float $options ): array | false ...
https://man.plustar.jp/php/function.imageaffinematrixget.html - [similar]
はじめに 0
« マルチバイト文字列 インストール/設定 » PHP Manual マルチバイト文字列 はじめに はじめに 全ての文字をシングルバイトで一対一表現可能な言語は数多くありますが、 文字表現に単一バイトによる表現範囲を越えるほど多くの文字を必要とする言語も多くあります (1 バイトは 8 ビットから構成されます。各ビッ ...
https://man.plustar.jp/php/intro.mbstring.html - [similar]
Expect の使用例 0
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリモートホストに SSH 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( a ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
FDF 文字エンコーディングを設定する 0
« fdf_set_ap fdf_set_file » PHP Manual FDF 関数 FDF 文字エンコーディングを設定する fdf_set_encoding (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL fdf SVN) fdf_set_encoding — FDF 文字エンコーディングを設定する 説明 fdf_set_encoding ( resource $fdf_document , string $encoding ): bool FDF ドキュメン ...
https://man.plustar.jp/php/function.fdf-set-encoding.html - [similar]
大文字変換(Case Folding) 0
« イベントハンドラ エラーコード » PHP Manual XML パーサ 大文字変換(Case Folding) 大文字変換(Case Folding) 要素ハンドラ関数は、その要素に 大文字小文字を変換する (case-folded) の名前をつけることができます。 大文字変換(case-folding) は、 "大文字でないものは等価な大文字に置換される一連の文字 ...
https://man.plustar.jp/php/xml.case-folding.html - [similar]
利用例 0
« 例 Gender\Gender » PHP Manual 例 利用例 利用例 Gender クラスの利用例です。 例1 利用例 <?php namespace Gender ; $gender = new Gender ; $name = "Milene" ; $country = Gender :: FRANCE ; $result = $gender -> get ( $name , $country ); $data = $gender -> country ( $country ); switch( $result ...
https://man.plustar.jp/php/gender.example.admin.html - [similar]
この case が属するリフレクションオブジェクトを取得する 0
« ReflectionEnumUnitCase::__construct ReflectionEnumUnitCase::getValue » PHP Manual ReflectionEnumUnitCase この case が属するリフレクションオブジェクトを取得する ReflectionEnumUnitCase::getEnum (PHP 8 >= 8.1.0) ReflectionEnumUnitCase::getEnum — この case が属するリフレクションオブジェクト ...
https://man.plustar.jp/php/reflectionenumunitcase.getenum.html - [similar]
出力圧縮に使用されたコーディングの種類を返す 0
« zlib_encode DeflateContext » PHP Manual Zlib 関数 出力圧縮に使用されたコーディングの種類を返す zlib_get_coding_type (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) zlib_get_coding_type — 出力圧縮に使用されたコーディングの種類を返す 説明 zlib_get_coding_type (): string | false 出力圧縮に使用された ...
https://man.plustar.jp/php/function.zlib-get-coding-type.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT