検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1720 for [SIMILAR] 16 1024 4096 WITH 12159 サポ WITH 9630... (3.023 sec.)
定義済みの定数 0
« 定義済のクラス その他の予約語の一覧 » PHP Manual 予約語の一覧 定義済みの定数 定義済みの定数 コアの定義済みの定数 これらの定数は PHP のコアで定義済みの定数です。 PHP, Zend engine, SAPI モジュールも含みます。 PHP_VERSION ( string ) 現在の PHP のバージョンを "major.minor.release[extra]" 形 ...
https://man.plustar.jp/php/reserved.constants.html - [similar]
リモートファイルの使用 0
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow_url_fopen を有効にした場合、 ファイル名をパラメータとする関数の多くで HTTP および FTP のURL を使用することができます。加えて、 include 、 include_once 、 require および require_once 命令でURL ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
コア php.ini ディレクティブに関する説明 0
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア php.ini ディレクティブに関する説明 コア php.ini ディレクティブに関する説明 このリストには、PHPを設定する際に使用可能なコア php.ini ディレクティブが 含まれています。拡張モジュールにより処理される ...
https://man.plustar.jp/php/ini.core.html - [similar]
Unix システムへのインストール 0
« インストールにあたっての一般的な注意事項 Apache 2.x (Unixシステム用) » PHP Manual インストールと設定 Unix システムへのインストール Unix システムへのインストール 目次 Apache 2.x (Unixシステム用) Nginx 1.4.x (Unix システム用) Lighttpd 1.4 (Unix システム用) LiteSpeed/OpenLiteSpeed Webサー ...
https://man.plustar.jp/php/install.unix.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
TypeType フォントを使用したテキストの bounding box を生成する 0
« imagetruecolortopalette imagettftext » PHP Manual GD および Image 関数 TypeType フォントを使用したテキストの bounding box を生成する imagettfbbox (PHP 4, PHP 5, PHP 7, PHP 8) imagettfbbox — TypeType フォントを使用したテキストの bounding box を生成する 説明 imagettfbbox ( float $size , ...
https://man.plustar.jp/php/function.imagettfbbox.html - [similar]
値に依存した列挙型(Backed Enum) 0
« 列挙型の基礎 列挙型とメソッド » PHP Manual 列挙型(Enum) 値に依存した列挙型(Backed Enum) 値に依存した列挙型(Backed Enum) デフォルトでは、列挙型はスカラー値の情報を持っていません。 単なるシングルトンオブジェクトです。 しかし、列挙型の case をデータベースや、 類似のデータストアで読み書きす ...
https://man.plustar.jp/php/language.enumerations.backed.html - [similar]
mbstring の内部設定値を取得する 0
« mb_eregi mb_http_input » PHP Manual マルチバイト文字列 関数 mbstring の内部設定値を取得する mb_get_info (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) mb_get_info — mbstring の内部設定値を取得する 説明 mb_get_info ( string $type = "all" ): array | string | int | false mb_get_info() は、mbstring ...
https://man.plustar.jp/php/function.mb-get-info.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]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 0
« mb_strimwidth mb_stristr » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す mb_stripos (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_stripos — 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 説明 mb_stripos ( ...
https://man.plustar.jp/php/function.mb-stripos.html - [similar]