検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 260 for [SIMILAR] 16 1024 4096 WITH 19370 generator WITH... (0.426 sec.)
実行中のジェネレータのトレースを取得する 0
« ReflectionGenerator::getThis ReflectionFiber » PHP Manual ReflectionGenerator 実行中のジェネレータのトレースを取得する ReflectionGenerator::getTrace (PHP 7, PHP 8) ReflectionGenerator::getTrace — 実行中のジェネレータのトレースを取得する 説明 public ReflectionGenerator::getTrace ( int $ ...
https://man.plustar.jp/php/reflectiongenerator.gettrace.html - [similar]
キーワードのリスト 0
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト これらのキーワードは、PHP では特別な意味があります。これらのいくつかは 関数やメソッドのようなものを表し、いくつかは定数のようなものを表す、 といったようになっていますが、実際にはそうではありませ ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
PHP 用の Windows キャッシュ 0
« uopz_unset_return はじめに » PHP Manual PHP の振る舞いの変更 PHP 用の Windows キャッシュ PHP 用の Windows キャッシュ はじめに インストール/設定 要件 インストール手順 実行時設定 WinCache 統計スクリプト WinCache セッションハンドラ WinCache 関数への切り替え リソース型 定義済み定数 WinCach ...
https://man.plustar.jp/php/book.wincache.html - [similar]
大文字小文字を区別しない str_replace 0
« str_getcsv str_pad » PHP Manual String 関数 大文字小文字を区別しない str_replace str_ireplace (PHP 5, PHP 7, PHP 8) str_ireplace — 大文字小文字を区別しない str_replace() 説明 str_ireplace ( array | string $search , array | string $replace , string | array $subject , int &$count = null ...
https://man.plustar.jp/php/function.str-ireplace.html - [similar]
演算子の優先順位 0
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二つの式が"緊密に"結合している度合いを指定します。 例えば、式 1 + 5 * 3 の答えは 16 になり、 18 とはなりません。 これは乗算演算子("*")は、加算演算子("+")より高い優先順位を有するか らです。必要に ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
バイナリ文字列からデータを切り出す 0
« uniqid usleep » PHP Manual その他の関数 バイナリ文字列からデータを切り出す unpack (PHP 4, PHP 5, PHP 7, PHP 8) unpack — バイナリ文字列からデータを切り出す 説明 unpack ( string $format , string $string , int $offset = 0 ): array | false format に基づき、バイナリ文字列から配列に分解します ...
https://man.plustar.jp/php/function.unpack.html - [similar]
プリペアドステートメント 0
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステートメント プリペアドステートメント MySQL データベースは、 プリペアドステートメントをサポートしています。 プリペアドステートメント、 またはパラメータ化したステートメントは、 同じステートメントを ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
Result クラス 0
« Expression::__construct Result::__construct » PHP Manual Mysql_xdevapi Result クラス Result クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult , Traversable { /* メソッド */ public getAffectedItemsCount (): int publi ...
https://man.plustar.jp/php/class.mysql-xdevapi-result.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Eio 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 リクエストの優先度 EIO_PRI_MIN ( int ) 優先度最小 EIO_PRI_DEFAULT ( int ) 優先度 ...
https://man.plustar.jp/php/eio.constants.html - [similar]
e の累乗を計算する 0
« deg2rad expm1 » PHP Manual Math 関数 e の累乗を計算する exp (PHP 4, PHP 5, PHP 7, PHP 8) exp — e の累乗を計算する 説明 exp ( float $num ): float e を num 乗した値を返します。 注意 : ' e ' は自然対数の底で、およそ 2.718282 です。 パラメータ num 処理する引数。 戻り値 'e' の num 乗を返しま ...
https://man.plustar.jp/php/function.exp.html - [similar]