検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 269 for [SIMILAR] 16 1024 4096 WITH 22615 sqlite3result ... (0.363 sec.)
直近で失敗した SQLite リクエストについての英文テキストの説明を返す 0
« SQLite3::lastErrorCode SQLite3::lastInsertRowID » PHP Manual SQLite3 直近で失敗した SQLite リクエストについての英文テキストの説明を返す SQLite3::lastErrorMsg (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::lastErrorMsg — 直近で失敗した SQLite リクエストについての英文テキストの説明を返す 説明 p ...
https://man.plustar.jp/php/sqlite3.lasterrormsg.html - [similar]
接続がビジー状態のときのハンドラを設定する 0
« SQLite3::backup SQLite3::changes » PHP Manual SQLite3 接続がビジー状態のときのハンドラを設定する SQLite3::busyTimeout (PHP 5 >= 5.3.3, PHP 7, PHP 8) SQLite3::busyTimeout — 接続がビジー状態のときのハンドラを設定する 説明 public SQLite3::busyTimeout ( int $milliseconds ): bool ビジーハン ...
https://man.plustar.jp/php/sqlite3.busytimeout.html - [similar]
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
« Sodium 関数 sodium_base642bin » PHP Manual Sodium 関数 巨大な数を加算する sodium_add (PHP 7 >= 7.2.0, PHP 8) sodium_add — 巨大な数を加算する 説明 sodium_add ( string &$string1 , string $string2 ): void この関数は、 引数 string2 を string1 に加算し、 string1 の値を上書きします。 この関数 ...
https://man.plustar.jp/php/function.sodium-add.html - [similar]
画像のサイズを変更する 0
« Gmagick::swirlimage Gmagick::trimimage » PHP Manual Gmagick 画像のサイズを変更する Gmagick::thumbnailimage (PECL gmagick >= Unknown) Gmagick::thumbnailimage — 画像のサイズを変更する 説明 public Gmagick::thumbnailimage ( int $width , int $height , bool $fit = false ): Gmagick 画像のサイ ...
https://man.plustar.jp/php/gmagick.thumbnailimage.html - [similar]
コンストラクタとデストラクタ 0
« クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデストラクタ コンストラクタとデストラクタ コンストラクタ __construct ( mixed ...$values = "" ): void PHP では、開発者がクラスのコンストラクタメソッドを宣言することが できます。コンストラクタメソッド ...
https://man.plustar.jp/php/language.oop5.decon.html - [similar]
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
依存性を取得する 0
« ReflectionExtension::getConstants ReflectionExtension::getFunctions » PHP Manual ReflectionExtension 依存性を取得する ReflectionExtension::getDependencies (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionExtension::getDependencies — 依存性を取得する 説明 public ReflectionExtension::getDependen ...
https://man.plustar.jp/php/reflectionextension.getdependencies.html - [similar]
実用的な例 0
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な例 次に、より実用的なことをしてみましょう。 ページを見ているユーザーが使用しているブラウザの種類を確認してみます。 これを行なうには、ブラウザが HTTP リクエストの一部として送信した user agent ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]
乱数を生成する 0
« gmp_random_bits gmp_random_seed » PHP Manual GMP 関数 乱数を生成する gmp_random_range (PHP 5 >= 5.6.3, PHP 7, PHP 8) gmp_random_range — 乱数を生成する 説明 gmp_random_range ( GMP | int | string $min , GMP | int | string $max ): GMP 乱数を生成します。 乱数の範囲は min と max の間です。 ...
https://man.plustar.jp/php/function.gmp-random-range.html - [similar]