検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 360 for while (0.051 sec.)
パスワードハッシュを作る 3815
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを ... [ "cost" => $cost ]); $end = microtime ( true ); } while (( $end - $start ) < $timeTarget ); echo "Appropri ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
ジェネレータの構文 3815
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... d <?php function & gen_reference () { $value = 3 ; while ( $value > 0 ) { yield $value ; } } /* * $number を ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
下位互換性のない変更点 3815
« 新しいグローバル定数 PHP 7.3.x で推奨されなくなる機能 » PHP Manual PHP 7.2.x から PHP 7.3.x へ ... グ言語の continue 2 と同じように振る舞います。 <?php while ( $foo ) { switch ( $bar ) { case "baz" : continue ...
https://man.plustar.jp/php/migration73.incompatible.html - [similar]
データベースへの接続を返す 3735
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... om systables where table_schema = ' $library '" ); while ( $row = db2_fetch_both ( $result )) { echo $row [ ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 3735
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... mt , $options , 0 ); if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stmt )) { echo " { $ro ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
Create new MongoDB Manager 3735
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... electing among multiple suitable MongoDB instances while resolving a read preference. Defaults to 15 millis ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
プリペアドステートメント 3735
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... (); $stmt -> bind_result ( $out_id , $out_label ); while ( $stmt -> fetch ()) { printf ( "id = %s (%s), lab ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
配列 3663
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... アイテムを配列に代入する $handle = opendir ( '.' ); while ( false !== ( $file = readdir ( $handle ))) { $fil ...
https://man.plustar.jp/php/language.types.array.html - [similar]
統計情報 3663
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... は減りません。パケットの送信にした場合、PHP は Error while sending %s packet. PID=%d. という、E_WARNING レベル ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
関数・メソッド 3583
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... vLoop::invokePending - Invoke all pending watchers while resetting their pending state EvLoop::io - Create ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
PREV 27 28 29 30 31 32 33 34 35 36 NEXT