検索

phrase: max: clip:
target: order:
Results of 751 - 760 of about 1608 for [SIMILAR] 16 1024 4096 WITH 35470 文字 WITH 2854... (1.199 sec.)
assertion が false であるかどうかを調べる 0
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false であるかどうかを調べる assert (PHP 4, PHP 5, PHP 7, PHP 8) assert — assertion が false であるかどうかを調べる 説明 PHP 5 および PHP 7 assert ( mixed $assertion , string $description = ? ): boo ...
https://man.plustar.jp/php/function.assert.html - [similar]
bzip2 エラー番号を返す 0
« bzdecompress bzerror » PHP Manual Bzip2 関数 bzip2 エラー番号を返す bzerrno (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) bzerrno — bzip2 エラー番号を返す 説明 bzerrno ( resource $bz ): int 与えられたファイルポインタから返された bzip2 エラーのエラー番号を返します。 パラメータ bz ファイルポイン ...
https://man.plustar.jp/php/function.bzerrno.html - [similar]
最小公倍数を計算する 0
« gmp_kronecker gmp_legendre » PHP Manual GMP 関数 最小公倍数を計算する gmp_lcm (PHP 7 >= 7.3.0, PHP 8) gmp_lcm — 最小公倍数を計算する 説明 gmp_lcm ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP この関数は、 num1 と num2 の最小公倍数(lcm)を計算します。 パラメータ num1 GMP オ ...
https://man.plustar.jp/php/function.gmp-lcm.html - [similar]
追加の ini ディレクトリにある .ini ファイルのリストを取得する 0
« php_ini_loaded_file php_sapi_name » PHP Manual PHP オプション/情報 関数 追加の ini ディレクトリにある .ini ファイルのリストを取得する php_ini_scanned_files (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) php_ini_scanned_files — 追加の ini ディレクトリにある .ini ファイルのリストを取得する 説明 p ...
https://man.plustar.jp/php/function.php-ini-scanned-files.html - [similar]
暗号化されたストリームから、データのチャンクを複号する 0
« sodium_crypto_secretstream_xchacha20poly1305_keygen sodium_crypto_secretstream_xchacha20poly1305_push » PHP Manual Sodium 関数 暗号化されたストリームから、データのチャンクを複号する sodium_crypto_secretstream_xchacha20poly1305_pull (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_secretstream_xch ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
Apache サブリクエストを実行する 0
« getallheaders FastCGI Process Manager(FPM) » PHP Manual Apache 関数 Apache サブリクエストを実行する virtual (PHP 4, PHP 5, PHP 7, PHP 8) virtual — Apache サブリクエストを実行する 説明 virtual ( string $uri ): bool virtual() は、 mod_include の <!--#include virtual...--> と似ている Apac ...
https://man.plustar.jp/php/function.virtual.html - [similar]
画像の周りを枠線で囲む 0
« Gmagick::blurimage Gmagick::charcoalimage » PHP Manual Gmagick 画像の周りを枠線で囲む Gmagick::borderimage (PECL gmagick >= Unknown) Gmagick::borderimage — 画像の周りを枠線で囲む 説明 public Gmagick::borderimage ( GmagickPixel $color , int $width , int $height ): Gmagick 画像の周りを枠 ...
https://man.plustar.jp/php/gmagick.borderimage.html - [similar]
テキストのアノテーションで使うコードセットを返す 0
« GmagickDraw::gettextdecoration GmagickDraw::line » PHP Manual GmagickDraw テキストのアノテーションで使うコードセットを返す GmagickDraw::gettextencoding (PECL gmagick >= Unknown) GmagickDraw::gettextencoding — テキストのアノテーションで使うコードセットを返す 説明 public GmagickDraw::get ...
https://man.plustar.jp/php/gmagickdraw.gettextencoding.html - [similar]
演算子の優先順位 0
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二つの式が"緊密に"結合している度合いを指定します。 例えば、式 1 + 5 * 3 の答えは 16 になり、 18 とはなりません。 これは乗算演算子("*")は、加算演算子("+")より高い優先順位を有するか らです。必要に ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]