検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 1611 for [SIMILAR] 16 1024 4096 WITH 2789 定数 WITH 1892 ... (5.703 sec.)
Picker Control 0
« UI\Controls\Radio::setSelected UI\Controls\Picker::__construct » PHP Manual UI Picker Control Picker Control (UI 0.9.9) はじめに A Picker represents a button which when clicked presents a native Date/Time/DateTime Picker interface to the user. クラス概要 class UI\Controls\Picker extend ...
https://man.plustar.jp/php/class.ui-controls-picker.html - [similar]
Color Representation 0
« UI\Draw\Matrix::translate UI\Draw\Color::__construct » PHP Manual UI Color Representation Color Representation (UI 0.9.9) はじめに Represents RGBA colours, individual channels are accessible via public properties. クラス概要 class UI\Draw\Color { /* Constants */ const int Red ; const i ...
https://man.plustar.jp/php/class.ui-draw-color.html - [similar]
The Yac class 0
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに クラス概要 class Yac { /* プロパティ */ protected $ _prefix ; /* メソッド */ public __construct ( string $prefix = "" ) public add ( string $keys , mixed $value , int $ttl = 0 ): bool public ...
https://man.plustar.jp/php/class.yac.html - [similar]
属性が定義済みの ID かどうかを調べる 0
« DOMAttr::__construct DOMCdataSection » PHP Manual DOMAttr 属性が定義済みの ID かどうかを調べる DOMAttr::isId (PHP 5, PHP 7, PHP 8) DOMAttr::isId — 属性が定義済みの ID かどうかを調べる 説明 public DOMAttr::isId (): bool この関数は、属性が定義済みの ID かどうかを調べます。 DOM 標準規格に ...
https://man.plustar.jp/php/domattr.isid.html - [similar]
NumberFormatter クラス 0
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatter クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに プログラムで数値を保存したり操作したりする際には、 ロケールに依存しないバイナリ表現を使用します。 数値を表示するときに、ロケ ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
0
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフライでの復元 <?php if (! array_key_exists ( "i" , $_GET ) || ! is_numeric ( $_GET [ "i" ])) die( "Index unspecified or non-numeric" ); $index = (int) $_GET [ "i" ]; $arch = RarArchive :: open ...
https://man.plustar.jp/php/rar.examples.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 エラーおよびロギング設定オプション 名前 デフォルト 変更可能 変更履歴 error_reporting NULL PHP_INI_ALL display_errors "1" PHP_INI_ALL display_startup_errors "1" PHP_IN ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
ODBC および DB2 関数 (PDO_ODBC) 0
« PDO_OCI DSN PDO_ODBC DSN » PHP Manual PDO ドライバ ODBC および DB2 関数 (PDO_ODBC) ODBC および DB2 関数 (PDO_ODBC) はじめに PDO_ODBC は PHP Data Objects (PDO) インターフェイス を実装したドライバで、 PHP から ODBC ドライバあるいは IBM DB2 Call Level Interface (DB2 CLI) ライブラリを使用し ...
https://man.plustar.jp/php/ref.pdo-odbc.html - [similar]
定義済みのモジュール名を取得する 0
« Yaf_Application::getLastErrorNo Yaf_Application::run » PHP Manual Yaf_Application 定義済みのモジュール名を取得する Yaf_Application::getModules (Yaf >=1.0.0) Yaf_Application::getModules — 定義済みのモジュール名を取得する 説明 public Yaf_Application::getModules (): array 設定で定義したモ ...
https://man.plustar.jp/php/yaf-application.getmodules.html - [similar]
定数式における列挙型の値 0
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における列挙型の値 列挙型の case は、定数として表現されているので、 ほとんどの定数式の中で静的な値として使えます。 つまり、プロパティのデフォルト値や、 static 変数のデフォルト値、引数のデフォルト値、 ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]