検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 998 for [SIMILAR] 16 1024 4096 WITH 36329 databaseobject... (0.703 sec.)
リソース型 0
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュールでは、以下のリソース型を定義しています。 GD におけるリソース型の一覧 名前 説明 備考 gd 画像リソース。 imagecreatefrompng() などの関数が利用します。 PHP 8.0.0 より前 gd font imageloadfont() が ...
https://man.plustar.jp/php/image.resources.html - [similar]
画像を表示する 0
« Imagick::destroy Imagick::displayImages » PHP Manual Imagick 画像を表示する Imagick::displayImage (PECL imagick 2, PECL imagick 3) Imagick::displayImage — 画像を表示する 説明 public Imagick::displayImage ( string $servername ): bool このメソッドは、画像を X サーバーに表示します。 パラメ ...
https://man.plustar.jp/php/imagick.displayimage.html - [similar]
指定したキーに対応する値を返す 0
« Imagick::getNumberImages Imagick::getPackageName » PHP Manual Imagick 指定したキーに対応する値を返す Imagick::getOption (PECL imagick 2, PECL imagick 3) Imagick::getOption — 指定したキーに対応する値を返す 説明 public Imagick::getOption ( string $key ): string オブジェクト内の指定したキ ...
https://man.plustar.jp/php/imagick.getoption.html - [similar]
列挙型(Enum) 0
« FAQ: 名前空間について知っておくべきこと 列挙型の概要 » PHP Manual 言語リファレンス 列挙型(Enum) 列挙型(Enum) 目次 列挙型の概要 列挙型の基礎 値に依存した列挙型(Backed Enum) 列挙型とメソッド 列挙型と static メソッド 列挙型と定数 トレイト 定数式における列挙型の値 オブジェクトとの違い 値の ...
https://man.plustar.jp/php/language.enumerations.html - [similar]
可変変数 0
« 変数のスコープ 外部から来る変数 » PHP Manual 変数 可変変数 可変変数 変数名を可変にできると便利なことが時々あります。可変変数では、変数 名を動的にセットし使用できます。通常の変数は、次のような命令でセッ トします。 <?php $a = 'hello' ; ?> 可変変数は、変数の値をとり、変数の名前として扱いま ...
https://man.plustar.jp/php/language.variables.variable.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 下位互換性のない変更点 下位互換性のない変更点 number_format() は負のゼロを返さない 以前のバージョンでは、 number_format() 関数が -0 を返せました。 これは IEEE 754 浮動小数点標準規格に沿 ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PDO 設定オプション 名前 デフォルト 変更可能 変更履歴 pdo.dsn.* php.ini のみ 以下に設定ディレクティブに関する 簡単な説明を示します。 pdo.dsn.* string DSN の別名を定義し ...
https://man.plustar.jp/php/pdo.configuration.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 0
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用するユーザー定義関数 (UDF) を登録する PDO::sqliteCreateFunction (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0) PDO::sqliteCreateFunction — SQL 文で使用するユーザー定義関数 (UDF) を登録す ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
クラス定数の ReflectionClassConstant を取得する 0
« ReflectionClass::getProperty ReflectionClass::getReflectionConstants » PHP Manual ReflectionClass クラス定数の ReflectionClassConstant を取得する ReflectionClass::getReflectionConstant (PHP 7 >= 7.1.0, PHP 8) ReflectionClass::getReflectionConstant — クラス定数の ReflectionClassConstant ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstant.html - [similar]
staticプロパティの値を設定する 0
« ReflectionClass::newInstanceWithoutConstructor ReflectionClass::__toString » PHP Manual ReflectionClass staticプロパティの値を設定する ReflectionClass::setStaticPropertyValue (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionClass::setStaticPropertyValue — staticプロパティの値を設定する 説明 pu ...
https://man.plustar.jp/php/reflectionclass.setstaticpropertyvalue.html - [similar]