検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 210 for [SIMILAR] 16 1024 4096 WITH 20936 スー WITH 1848... (0.213 sec.)
コードの事前ロード 0
« リソース型 OPcache 関数 » PHP Manual OPcache コードの事前ロード コードの事前ロード PHP 7.4.0 以降では、エンジンの起動時に opcache に事前ロードするスクリプトを指定できるようになりました。 指定されたファイルに存在するあらゆる 関数、クラス、 インターフェイス や トレイト (定数は除く) は、 ...
https://man.plustar.jp/php/opcache.preloading.html - [similar]
2つの任意精度の数値を加算する 0
« BC Math 関数 bccomp » PHP Manual BC Math 関数 2つの任意精度の数値を加算する bcadd (PHP 4, PHP 5, PHP 7, PHP 8) bcadd — 2つの任意精度の数値を加算する 説明 bcadd ( string $num1 , string $num2 , ? int $scale = null ): string num1 を num2 に加算します。 パラメータ num1 左オペランドを表す文 ...
https://man.plustar.jp/php/function.bcadd.html - [similar]
2つの任意精度数値で除算を行う 0
« bccomp bcmod » PHP Manual BC Math 関数 2つの任意精度数値で除算を行う bcdiv (PHP 4, PHP 5, PHP 7, PHP 8) bcdiv — 2つの任意精度数値で除算を行う 説明 bcdiv ( string $num1 , string $num2 , ? int $scale = null ): string num1 を num2 で除算します。 パラメータ num1 被除数を表す文字列。 num2 割 ...
https://man.plustar.jp/php/function.bcdiv.html - [similar]
任意精度数値の平方根を取得する 0
« bcscale bcsub » PHP Manual BC Math 関数 任意精度数値の平方根を取得する bcsqrt (PHP 4, PHP 5, PHP 7, PHP 8) bcsqrt — 任意精度数値の平方根を取得する 説明 bcsqrt ( string $num , ? int $scale = null ): string num の平方根を返します。 パラメータ num オペランドを表す文字列。 scale このオプシ ...
https://man.plustar.jp/php/function.bcsqrt.html - [similar]
任意精度数値の減算を行う 0
« bcsqrt GMP » PHP Manual BC Math 関数 任意精度数値の減算を行う bcsub (PHP 4, PHP 5, PHP 7, PHP 8) bcsub — 任意精度数値の減算を行う 説明 bcsub ( string $left_operand , string $right_operand , int $scale = 0 ): string left_operand から right_operand を引きます。 パラメータ num1 左オペラン ...
https://man.plustar.jp/php/function.bcsub.html - [similar]
PHP 7.3.x から PHP 7.4.x への移行 0
« その他の変更 新機能 » PHP Manual 付録 PHP 7.3.x から PHP 7.4.x への移行 PHP 7.3.x から PHP 7.4.x への移行 目次 新機能 新しいクラスとインターフェイス 新しく追加された関数 新しいグローバル定数 下位互換性のない変更点 PHP 7.4.x で推奨されなくなる機能 削除された拡張モジュール その他の変更 W ...
https://man.plustar.jp/php/migration74.html - [similar]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新しく追加された関数 新しく追加された関数 PHP コア array_is_list() GD imagecreatefromavif() imageavif() MySQLi mysqli_result::fetch_column() mysqli_fetch_column() プロセス制御 pcntl_rfork ...
https://man.plustar.jp/php/migration81.new-functions.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 0
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグインAPI MySQL Native Driverプラグイン のアーキテクチャ MySQL Native Driverプラグイン のアーキテクチャ このセクションでは、 mysqlnd プラグイン のアーキテクチャについての概要を示します。 MySQL Nat ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
エントリのメタデータを返す 0
« PharFileInfo::getPharFlags PharFileInfo::isCRCChecked » PHP Manual PharFileInfo エントリのメタデータを返す PharFileInfo::hasMetadata (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.2.0) PharFileInfo::hasMetadata — エントリのメタデータを返す 説明 public PharFileInfo::hasMetadata (): bool ...
https://man.plustar.jp/php/pharfileinfo.hasmetadata.html - [similar]
SNMP オブジェクトの値を設定する 0
« snmp3_real_walk snmp3_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp3_set (PHP 4, PHP 5, PHP 7, PHP 8) snmp3_set — SNMP オブジェクトの値を設定する 説明 snmp3_set ( string $hostname , string $security_name , string $security_level , string $auth_protocol , string $auth ...
https://man.plustar.jp/php/function.snmp3-set.html - [similar]