検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 1029 for [SIMILAR] 16 1024 4096 WITH 20853 値形 WITH 1048... (0.696 sec.)
与えられたオブジェクトを扱う数値オブジェクトを返す 0
« spl_object_hash ファイル操作 » PHP Manual SPL 関数 与えられたオブジェクトを扱う数値オブジェクトを返す spl_object_id (PHP 7 >= 7.2.0, PHP 8) spl_object_id — 与えられたオブジェクトを扱う数値オブジェクトを返す 説明 spl_object_id ( object $object ): int この関数は、オブジェクトのユニークな ...
https://man.plustar.jp/php/function.spl-object-id.html - [similar]
コードポイントの10進の数値を、指定された基数で返す 0
« IntlChar::chr IntlChar::enumCharNames » PHP Manual IntlChar コードポイントの10進の数値を、指定された基数で返す IntlChar::digit (PHP 7, PHP 8) IntlChar::digit — コードポイントの10進の数値を、指定された基数で返す 説明 public static IntlChar::digit ( int | string $codepoint , int $base = ...
https://man.plustar.jp/php/intlchar.digit.html - [similar]
MySQL サーバーのバージョンを整数値で返す 0
« mysqli::$server_info mysqli::get_warnings » PHP Manual mysqli MySQL サーバーのバージョンを整数値で返す mysqli::$server_version mysqli_get_server_version (PHP 5, PHP 7, PHP 8) mysqli::$server_version -- mysqli_get_server_version — MySQL サーバーのバージョンを整数値で返す 説明 オブジェク ...
https://man.plustar.jp/php/mysqli.get-server-version.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]
SplHeap クラス 0
« SplQueue::setIteratorMode SplHeap::compare » PHP Manual データ構造 SplHeap クラス SplHeap クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplHeap クラスは、ヒープの主要な機能を提供します。 クラス概要 abstract class SplHeap implements Iterator , Countable { /* メソッド */ protected compa ...
https://man.plustar.jp/php/class.splheap.html - [similar]
値が有限の数値であるかどうかを判定する 0
« intdiv is_infinite » PHP Manual Math 関数 値が有限の数値であるかどうかを判定する is_finite (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) is_finite — 値が有限の数値であるかどうかを判定する 説明 is_finite ( float $num ): bool num が このプラットフォーム上で有効な有限値であるかどうかを調べます。 ...
https://man.plustar.jp/php/function.is-finite.html - [similar]
MySQL クライアントのバージョンを整数値で返す 0
« mysqli::$client_info mysqli::get_connection_stats » PHP Manual mysqli MySQL クライアントのバージョンを整数値で返す mysqli::$client_version mysqli_get_client_version (PHP 5, PHP 7, PHP 8) mysqli::$client_version -- mysqli_get_client_version — MySQL クライアントのバージョンを整数値で返す ...
https://man.plustar.jp/php/mysqli.get-client-version.html - [similar]
検証 0
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = 'joe@example.com' ; $email_b = 'bogus' ; if ( filter_var ( $email_a , FILTER_VALIDATE_EMAIL )) { echo "' $email_a ' はメールアドレスとして有効です。\n" ; } if ( filter_var ( $email_b , FILTER_V ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
端数の切り上げ 0
« bindec cos » PHP Manual Math 関数 端数の切り上げ ceil (PHP 4, PHP 5, PHP 7, PHP 8) ceil — 端数の切り上げ 説明 ceil ( int | float $num ): float 必要に応じて num を切り上げ、 num の次に大きい整数値を返します。 パラメータ num 丸める値。 戻り値 num の次に大きい整数値を返します。 ceil() の戻 ...
https://man.plustar.jp/php/function.ceil.html - [similar]
数値から、1バイトの文字列を生成する 0
« chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP 5, PHP 7, PHP 8) chr — 数値から、1バイトの文字列を生成する 説明 chr ( int $codepoint ): string codepoint を符号なし数値と解釈することによって指定された文字を含む、 1文字からなる文字列を返します ...
https://man.plustar.jp/php/function.chr.html - [similar]