検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1327 for [SIMILAR] 16 1024 4096 WITH 10049 ctype WITH 362... (1.013 sec.)
変数の型が文字列かどうかを調べる 0
« is_scalar isset » PHP Manual 変数操作 関数 変数の型が文字列かどうかを調べる is_string (PHP 4, PHP 5, PHP 7, PHP 8) is_string — 変数の型が文字列かどうかを調べる 説明 is_string ( mixed $value ): bool 指定した変数の型が文字列かどうかを調べます。 パラメータ value 評価する変数。 戻り値 valu ...
https://man.plustar.jp/php/function.is-string.html - [similar]
巨大な数をインクリメントする 0
« sodium_hex2bin sodium_memcmp » PHP Manual Sodium 関数 巨大な数をインクリメントする sodium_increment (PHP 7 >= 7.2.0, PHP 8) sodium_increment — 巨大な数をインクリメントする 説明 sodium_increment ( string &$string ): void 文字列をリトルエンディアンで表現した符号なし整数として扱い、 その値 ...
https://man.plustar.jp/php/function.sodium-increment.html - [similar]
JSON 文字列をデコードする 0
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL json >= 1.2.0) json_decode — JSON 文字列をデコードする 説明 json_decode ( string $json , ? bool $associative = null , int $depth = 512 , int $flags = 0 ): mixed JSON エ ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
cURL 転送用オプションを設定する 0
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl_setopt (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_setopt — cURL 転送用オプションを設定する 説明 curl_setopt ( CurlHandle $handle , int $option , mixed $value ): bool 指定した cURL セッションハ ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.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]
2 つの任意精度数値の剰余を取得する 0
« bcdiv bcmul » PHP Manual BC Math 関数 2 つの任意精度数値の剰余を取得する bcmod (PHP 4, PHP 5, PHP 7, PHP 8) bcmod — 2 つの任意精度数値の剰余を取得する 説明 bcmod ( string $num1 , string $num2 , ? int $scale = null ): string num1 の、 num2 を法とする剰余を取得します。 num2 が 0でなければ ...
https://man.plustar.jp/php/function.bcmod.html - [similar]
変数の float 値を取得する 0
« empty get_debug_type » PHP Manual 変数操作 関数 変数の float 値を取得する floatval (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) floatval — 変数の float 値を取得する 説明 floatval ( mixed $value ): float value の float 値を返します。 パラメータ value あらゆるスカラ型を指定できます。オブジェクト ...
https://man.plustar.jp/php/function.floatval.html - [similar]
親ディレクトリのパスを返す 0
« delete disk_free_space » PHP Manual ファイルシステム 関数 親ディレクトリのパスを返す dirname (PHP 4, PHP 5, PHP 7, PHP 8) dirname — 親ディレクトリのパスを返す 説明 dirname ( string $path , int $levels = 1 ): string ファイルあるいはディレクトリへのパスを含む文字列を受け取って、 カレント ...
https://man.plustar.jp/php/function.dirname.html - [similar]