検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 226 for [SIMILAR] 16 1024 4096 WITH 107817 metaphone WIT... (0.239 sec.)
指定された時刻と、このオブジェクトの時刻の差を計算する 0
« IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、このオブジェクトの時刻の差を計算する IntlCalendar::fieldDifference (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::fieldDifference — 指定された時刻と、このオブジェクトの時刻の差を計 ...
https://man.plustar.jp/php/intlcalendar.fielddifference.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 0
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する openssl_dh_compute_key (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_dh_compute_key — ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
0
« 定義済み定数 GMP 関数 » PHP Manual GMP 例 例 例1 GMP を使用した階乗関数 <?php function fact ( $x ) { $return = 1 ; for ( $i = 2 ; $i <= $x ; $i ++) { $return = gmp_mul ( $return , $i ); } return $return ; } echo gmp_strval ( fact ( 1000 )) . "\n" ; ?> この例は、1000 の階乗(非常に大きな ...
https://man.plustar.jp/php/gmp.examples.html - [similar]
mysqlnd plugin APIを取得する 0
« mysqlndプラグイン と MySQL Proxyの比較 MySQL Native Driverプラグイン のアーキテクチャ » PHP Manual MySQL Native Driver プラグインAPI mysqlnd plugin APIを取得する mysqlnd plugin APIを取得する mysqlnd プラグインAPI は、MySQL Native Driver PHPエクステンションである ext/mysqlnd の一部です。 ...
https://man.plustar.jp/php/mysqlnd.plugin.obtaining.html - [similar]
variant クラス 0
« dotnet::__construct variant::__construct » PHP Manual COM variant クラス variant クラス (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) はじめに VARIANT は、PHP の zval と同等の COM の値です。構造体形式になっており、 異なる型の値を含めることが可能です。COM 拡張モジュールが提供する variant クラス ...
https://man.plustar.jp/php/class.variant.html - [similar]
0
« 定義済み定数 Mhash 関数 » PHP Manual Mhash 例 例 例1 MD5 ダイジェストと hmac を計算し、16 進数で出力する <?php $input = "what do ya want for nothing?" ; $hash = mhash ( MHASH_MD5 , $input ); echo "The hash is " . bin2hex ( $hash ) . "<br />\n" ; $hash = mhash ( MHASH_MD5 , $input , "Je ...
https://man.plustar.jp/php/mhash.examples.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 0
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
変更履歴 0
« wordwrap 変数・データ型関連 » PHP Manual 文字列 変更履歴 変更履歴 この拡張モジュールのクラス/関数/メソッドには次のような変更がありました。 Version Function Description 8.1.0 get_html_translation_table flags のデフォルト値が ENT_COMPAT から ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 に変 ...
https://man.plustar.jp/php/changelog.strings.html - [similar]
数値を金額文字列にフォーマットする 0
« metaphone nl_langinfo » PHP Manual String 関数 数値を金額文字列にフォーマットする money_format (PHP 4 >= 4.3.0, PHP 5, PHP 7) money_format — 数値を金額文字列にフォーマットする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨しま ...
https://man.plustar.jp/php/function.money-format.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 0
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash — ハッシュ値 (メッセージダイジェスト) を生成する 説明 hash ( string $algo , string $data , bool $binary = false , array $options = [] ): s ...
https://man.plustar.jp/php/function.hash.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT