検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 388 for [SIMILAR] 16 1024 4096 WITH 57705 phptoken WITH ... (0.814 sec.)
n乗根の整数部分と小数部分を返す 0
« gmp_root gmp_scan0 » PHP Manual GMP 関数 n乗根の整数部分と小数部分を返す gmp_rootrem (PHP 5 >= 5.6.0, PHP 7, PHP 8) gmp_rootrem — n乗根の整数部分と小数部分を返す 説明 gmp_rootrem ( GMP | int | string $num , int $nth ): array num の nth 乗根を計算し、 整数部分と小数部分を返します。 パラ ...
https://man.plustar.jp/php/function.gmp-rootrem.html - [similar]
自然対数 0
« log1p max » PHP Manual Math 関数 自然対数 log (PHP 4, PHP 5, PHP 7, PHP 8) log — 自然対数 説明 log ( float $num , float $base = M_E ): float オプションの base パラメータを指定した場合は log() は log base num を返します。それ以外の場合は log() は num の自然対数を返します。 パラメータ nu ...
https://man.plustar.jp/php/function.log.html - [similar]
巨大な数を比較する 0
« sodium_bin2hex sodium_crypto_aead_aes256gcm_decrypt » PHP Manual Sodium 関数 巨大な数を比較する sodium_compare (PHP 7 >= 7.2.0, PHP 8) sodium_compare — 巨大な数を比較する 説明 sodium_compare ( string $string1 , string $string2 ): int 任意の長さの、 符号なし整数をリトルエンディアンで表現 ...
https://man.plustar.jp/php/function.sodium-compare.html - [similar]
検索文字列に一致したすべての文字列を置換する 0
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str_replace (PHP 4, PHP 5, PHP 7, PHP 8) str_replace — 検索文字列に一致したすべての文字列を置換する 説明 str_replace ( array | string $search , array | string $replace , string | array $subject , ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
画像をガンマ補正する 0
« Gmagick::frameimage Gmagick::getcopyright » PHP Manual Gmagick 画像をガンマ補正する Gmagick::gammaimage (PECL gmagick >= Unknown) Gmagick::gammaimage — 画像をガンマ補正する 説明 public Gmagick::gammaimage ( float $gamma ): Gmagick 画像をガンマ補正します。同じ画像でも、 異なるデバイス上 ...
https://man.plustar.jp/php/gmagick.gammaimage.html - [similar]
RowResult のコンストラクタ 0
« mysql_xdevapi\RowResult RowResult::fetchAll » PHP Manual mysql_xdevapi\RowResult RowResult のコンストラクタ RowResult::__construct (No version information available, might only be in Git) RowResult::__construct — RowResult のコンストラクタ 説明 private mysql_xdevapi\RowResult::__constr ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.construct.html - [similar]
非同期に通知を取得する 0
« PDO::pgsqlCopyToFile PDO::pgsqlGetPid » PHP Manual PostgreSQL (PDO) 非同期に通知を取得する PDO::pgsqlGetNotify (PHP 5 >= 5.6.0, PHP 7, PHP 8) PDO::pgsqlGetNotify — 非同期に通知を取得する 説明 public PDO::pgsqlGetNotify ( int $result_type = PDO::FETCH_USE_DEFAULT , int $ms_timeout = 0 ) ...
https://man.plustar.jp/php/pdo.pgsqlgetnotify.html - [similar]
選択肢 0
« 文字クラス 内部オプション設定 » PHP Manual PCRE 正規表現構文 選択肢 選択肢 縦線は、パターンに選択肢 (alternative) を列挙するために使われます。 例えば、パターン gilbert|sullivan は、"gilbert" または "sullivan" にマッチします。 選択肢の数に制限はありません。また、空の選択肢も可能です (空 ...
https://man.plustar.jp/php/regexp.reference.alternation.html - [similar]
エスケープシーケンス 0
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープシーケンス バックスラッシュ〔日本語環境では円記号となる場合もある〕には、 いくつかの使用法があります。ひとつめの使用法は、 非英数字の前に記述する場合で、続く文字が表す特別な意味を取り去ります。 ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
再帰的パターン 0
« コメント パフォーマンス » PHP Manual PCRE 正規表現構文 再帰的パターン 再帰的パターン どうすればカッコに括られた文字列とマッチできるか、という問題を 考えて見ましょう。このとき、カッコは何回でもネストできるとします。 再帰が使えないとすると、パターンを用いて、せいぜい、ある一定の深さの ネ ...
https://man.plustar.jp/php/regexp.reference.recursive.html - [similar]