検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 678 for [SIMILAR] 16 1024 4096 WITH 18804 ジオ WITH 1530... (4.050 sec.)
絶対値 0
« Math 関数 acos » PHP Manual Math 関数 絶対値 abs (PHP 4, PHP 5, PHP 7, PHP 8) abs — 絶対値 説明 abs ( int | float $num ): int | float num の絶対値を返します。 パラメータ num 処理する数値。 戻り値 num の絶対値を返します。もし num の型が float であった場合、 戻り値の型も float となります ...
https://man.plustar.jp/php/function.abs.html - [similar]
直近の fdf エラーコードについての説明を返す 0
« fdf_errno fdf_get_ap » PHP Manual FDF 関数 直近の fdf エラーコードについての説明を返す fdf_error (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_error — 直近の fdf エラーコードについての説明を返す 説明 fdf_error ( int $error_code = -1 ): string error_code で指定したエラーコードについ ...
https://man.plustar.jp/php/function.fdf-error.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]
現在の位置を返す 0
« LimitIterator::getInnerIterator LimitIterator::key » PHP Manual LimitIterator 現在の位置を返す LimitIterator::getPosition (PHP 5 >= 5.1.0, PHP 7, PHP 8) LimitIterator::getPosition — 現在の位置を返す 説明 public LimitIterator::getPosition (): int 内部 Iterator の、ゼロから数えた現在位置 ...
https://man.plustar.jp/php/limititerator.getposition.html - [similar]
サーバから取得した結果セットの行数を返す 0
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した結果セットの行数を返す mysqli_stmt::$num_rows mysqli_stmt::num_rows mysqli_stmt_num_rows (PHP 5, PHP 7, PHP 8) mysqli_stmt::$num_rows -- mysqli_stmt::num_rows -- mysqli_stmt_num_rows — サーバか ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
MySQL Native Driver プラグインAPI 0
« Memory management mysqlndプラグイン と MySQL Proxyの比較 » PHP Manual Mysqlnd MySQL Native Driver プラグインAPI MySQL Native Driver プラグインAPI 目次 mysqlndプラグイン と MySQL Proxyの比較 mysqlnd plugin APIを取得する MySQL Native Driverプラグイン のアーキテクチャ mysqlnd のプラグイン ...
https://man.plustar.jp/php/mysqlnd.plugin.html - [similar]
受け入れ可能かどうかを調べる 0
« ParentIterator ParentIterator::__construct » PHP Manual ParentIterator 受け入れ可能かどうかを調べる ParentIterator::accept (PHP 5 >= 5.1.0, PHP 7, PHP 8) ParentIterator::accept — 受け入れ可能かどうかを調べる 説明 public ParentIterator::accept (): bool 現在の要素が子を持っているかどうか ...
https://man.plustar.jp/php/parentiterator.accept.html - [similar]
セッションIDを検証する 0
« SessionUpdateTimestampHandlerInterface::updateTimestamp テキスト処理 » PHP Manual SessionUpdateTimestampHandlerInterface セッションIDを検証する SessionUpdateTimestampHandlerInterface::validateId (PHP 7, PHP 8) SessionUpdateTimestampHandlerInterface::validateId — セッションIDを検証する ...
https://man.plustar.jp/php/sessionupdatetimestamphandlerinterface.validateid.htm... - [similar]
NoRewindIterator クラス 0
« MultipleIterator::valid NoRewindIterator::__construct » PHP Manual イテレータ NoRewindIterator クラス NoRewindIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに このイテレータは巻き戻しの操作を無視します。 これにより、一部のみを走査する 複数の foreach ループでイテレータを処理するこ ...
https://man.plustar.jp/php/class.norewinditerator.html - [similar]
アロー関数 0
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名関数 を簡潔に書ける文法として PHP 7.4 で追加されました。 無名関数とアロー関数は共に Closure クラスを使って実装されています。 アロー関数は fn (argument_list) => expr という形で記述します。 アロ ...
https://man.plustar.jp/php/functions.arrow.html - [similar]