検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 323 for [SIMILAR] 16 1024 4096 WITH 10224 テス WITH 9631... (0.285 sec.)
ユーザー定義のエラーハンドラ関数を設定する 0
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラーハンドラ関数を設定する set_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) set_error_handler — ユーザー定義のエラーハンドラ関数を設定する 説明 set_error_handler ( ? callable $callback , ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
PHPの歴史 0
« PHP の歴史と関連するプロジェクト PHP関連のプロジェクトの歴史 » PHP Manual PHP の歴史と関連するプロジェクト PHPの歴史 PHPの歴史 PHP Tools、FI、Construction Kit、そして PHP/FI 現在 PHP として知られているものは、かつて PHP/FI と呼ばれていたソフトウェアの後継です。 1994 年に Rasmus Lerdorf ...
https://man.plustar.jp/php/history.php.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
実行時設定 0
« テスト 定義済み定数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 OCI8 設定オプション 名前 デフォルト 変更可能 変更履歴 oci8.connection_class "" PHP_INI_ALL PECL OCI8 1.3 以降で利用可能 oci8.default_prefetch "100" PHP_INI_SYSTEM PECL OCI8 1 ...
https://man.plustar.jp/php/oci8.configuration.html - [similar]
定義済み定数 0
« フィルタフラグ 例 » PHP Manual Filter 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 INPUT_POST ( int ) POST 変数。 INPUT_GET ( int ) GET 変数。 INPUT_COOKIE ...
https://man.plustar.jp/php/filter.constants.html - [similar]
PHP による PNG の生成 0
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP による PNG の生成 例1 PHP による PNG の生成 <?php header ( "Content-type: image/png" ); $string = $_GET [ 'text' ]; $im = imagecreatefrompng ( "images/button1.png" ); $orange = imagecoloralloc ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 openssl 設定オプション 名前 デフォルト 変更可能 変更履歴 openssl.cafile "" PHP_INI_PERDIR openssl.capath "" PHP_INI_PERDIR PHP_INI_* モードの詳細および定義については ...
https://man.plustar.jp/php/openssl.configuration.html - [similar]
API のバージョンを返す 0
« Phar::addFromString Phar::buildFromDirectory » PHP Manual Phar API のバージョンを返す Phar::apiVersion (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::apiVersion — API のバージョンを返す 説明 final public static Phar::apiVersion (): string phar ファイルフォーマットの API バージ ...
https://man.plustar.jp/php/phar.apiversion.html - [similar]
Zip 形式の phar アーカイブ 0
« Tar 形式の phar アーカイブ Phar ファイルフォーマット » PHP Manual phar って、tar や zip とは何が違うの? Zip 形式の phar アーカイブ Zip 形式の phar アーカイブ zip 形式のアーカイブは、zip ファイル形式に組み込まれているいくつかの機能に対応しています。 ファイルごとのメタデータやアーカイブ全 ...
https://man.plustar.jp/php/phar.fileformat.zip.html - [similar]
Phar アーカイブのバージョン情報を返す 0
« Phar::getSupportedSignatures Phar::hasMetadata » PHP Manual Phar Phar アーカイブのバージョン情報を返す Phar::getVersion (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::getVersion — Phar アーカイブのバージョン情報を返す 説明 public Phar::getVersion (): string オープンした Phar ...
https://man.plustar.jp/php/phar.getversion.html - [similar]