検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 904 for [SIMILAR] 16 1024 4096 WITH 15788 strval WITH 59... (0.590 sec.)
実行するための SQL文 を準備する 0
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare mysqli_prepare (PHP 5, PHP 7, PHP 8) mysqli::prepare -- mysqli_prepare — 実行するための SQL文 を準備する 説明 オブジェクト指向型 public mysqli::prepare ( string $query ): mysqli_stmt | false ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
値をエンジンに設定する 0
« Yaf_View_Simple::render Yaf_View_Simple::setScriptPath » PHP Manual Yaf_View_Simple 値をエンジンに設定する Yaf_View_Simple::__set (Yaf >=1.0.0) Yaf_View_Simple::__set — 値をエンジンに設定する 説明 public Yaf_View_Simple::__set ( string $name , mixed $value ): void Yaf_View_Simple::assi ...
https://man.plustar.jp/php/yaf-view-simple.set.html - [similar]
除算を行い、商と余りを得る 0
« gmp_div_q gmp_div_r » PHP Manual GMP 関数 除算を行い、商と余りを得る gmp_div_qr (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_qr — 除算を行い、商と余りを得る 説明 gmp_div_qr ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): array この関数は、 ...
https://man.plustar.jp/php/function.gmp-div-qr.html - [similar]
バイナリ文字列からインポートする 0
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 >= 5.6.1, PHP 7, PHP 8) gmp_import — バイナリ文字列からインポートする 説明 gmp_import ( string $data , int $word_size = 1 , int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): GMP バイナリ文字列 ...
https://man.plustar.jp/php/function.gmp-import.html - [similar]
乱数シードを設定する 0
« gmp_random_range gmp_random » PHP Manual GMP 関数 乱数シードを設定する gmp_random_seed (PHP 7, PHP 8) gmp_random_seed — 乱数シードを設定する 説明 gmp_random_seed ( GMP | int | string $seed ): void パラメータ seed gmp_random() , gmp_random_bits() , gmp_random_range() 向けに設定するシード ...
https://man.plustar.jp/php/function.gmp-random-seed.html - [similar]
PHP の使いかた 0
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクションにはPHPスクリプトを書くにあたってよく問題となる事柄が 集められています。 PHP の関数のパラメータの順番を覚えられません。だって関数によってばらばらなんだもん。 あらゆるフォームから送信されたデー ...
https://man.plustar.jp/php/faq.using.html - [similar]
クエリの次の行を内部バッファに取得する 0
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する oci_fetch (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch — クエリの次の行を内部バッファに取得する 説明 oci_fetch ( resource $statement ): bool クエリの次の行を内部バッファに取得します。こ ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
指定したキーで排他ロックを確保する 0
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他ロックを確保する wincache_lock (PECL wincache >= 1.1.0) wincache_lock — 指定したキーで排他ロックを確保する 説明 wincache_lock ( string $key , bool $isglobal = false ): bool 指定したキーについて ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
はじめに 0
« APCu インストール/設定 » PHP Manual APCu はじめに はじめに APCu は、PHP で動くインメモリの key-value ストアです。 キーは文字列型で、値は任意のPHPの変数を保存できます。 APCu はユーザーランドの変数のキャッシュのみをサポートしています。 APCu は APC から opcode のキャッシュ機能を除いたもの ...
https://man.plustar.jp/php/intro.apcu.html - [similar]
オブジェクトと参照 0
« 遅延静的束縛 (Late Static Bindings) オブジェクトのシリアライズ » PHP Manual クラスとオブジェクト オブジェクトと参照 オブジェクトと参照 PHP でのオブジェクト指向プログラミングのポイントとしてよく言われるのは 「オブジェクトはデフォルトでは参照渡しとなります」ということです。 しかし、正確に ...
https://man.plustar.jp/php/language.oop5.references.html - [similar]