検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 904 for [SIMILAR] 16 1024 4096 WITH 15788 strval WITH 59... (7.892 sec.)
正確な除算 0
« gmp_div gmp_export » PHP Manual GMP 関数 正確な除算 gmp_divexact (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_divexact — 正確な除算 説明 gmp_divexact ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 高速な "exact division" アルゴリズムを使用して num1 を num2 で割ります。 この関 ...
https://man.plustar.jp/php/function.gmp-divexact.html - [similar]
GMP 数を整数に変換する 0
« gmp_init gmp_invert » PHP Manual GMP 関数 GMP 数を整数に変換する gmp_intval (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_intval — GMP 数を整数に変換する 説明 gmp_intval ( GMP | int | string $num ): int この関数は、GMP 数を PHP ネイティブの整数に変換します。 パラメータ num GMP オブジェクト ...
https://man.plustar.jp/php/function.gmp-intval.html - [similar]
WDDX 0
« simplexml_load_string はじめに » PHP Manual XML 操作 WDDX WDDX はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 wddx の例 WDDX 関数 wddx_add_vars — 指定した ID の WDDX パケットに変数を追加する wddx_deserialize — WDDX パケットをデシリアライズする wd ...
https://man.plustar.jp/php/book.wddx.html - [similar]
GET/POST/COOKIE データをパースし、グローバル変数を設定する 0
« mb_output_handler mb_preferred_mime_name » PHP Manual マルチバイト文字列 関数 GET/POST/COOKIE データをパースし、グローバル変数を設定する mb_parse_str (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_parse_str — GET/POST/COOKIE データをパースし、グローバル変数を設定する 説明 mb_parse_str ( stri ...
https://man.plustar.jp/php/function.mb-parse-str.html - [similar]
static キーワード 0
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード static キーワード ヒント このページでは、 static キーワードを使って static メソッド や static プロパティを定義する方法を説明します。 static は、 static 変数 や 遅延静的束縛 にも使えます。これらの ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
0
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR として接続しています。 これは、Oracle データベースに付属するサンプルのスキーマ "Human Resources" 用のユーザーです。このユーザーを使うには、 ユーザーのロックを解除してパスワードをリセットしなけ ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
現在の要素が有効かどうかをチェックする 0
« CachingIterator::__toString CallbackFilterIterator » PHP Manual CachingIterator 現在の要素が有効かどうかをチェックする CachingIterator::valid (PHP 5, PHP 7, PHP 8) CachingIterator::valid — 現在の要素が有効かどうかをチェックする 説明 public CachingIterator::valid (): bool 警告 この関数は ...
https://man.plustar.jp/php/cachingiterator.valid.html - [similar]
The MongoDB\Driver\CursorId class 0
« MongoDB\Driver\Cursor::valid MongoDB\Driver\CursorId::__construct » PHP Manual MongoDB\Driver The MongoDB\Driver\CursorId class The MongoDB\Driver\CursorId class (mongodb >=1.0.0) はじめに The MongoDB\Driver\CursorID class is a value object that represents a cursor ID. Instances of thi ...
https://man.plustar.jp/php/class.mongodb-driver-cursorid.html - [similar]
クラス定数が public かを調べる 0
« ReflectionClassConstant::isProtected ReflectionClassConstant::__toString » PHP Manual ReflectionClassConstant クラス定数が public かを調べる ReflectionClassConstant::isPublic (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isPublic — クラス定数が public かを調べる 説明 public Reflecti ...
https://man.plustar.jp/php/reflectionclassconstant.ispublic.html - [similar]
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]