検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 103 for break (0.027 sec.)
Roll back a transaction 5551
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... [ $i ]); if (!( $ret = cubrid_execute ( $req ))) { break; } } if (! $ret ) { cubrid_rollback ( $conn ); } e ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
指定したテーブルに関するカラムおよび付随する権限のリストを取得する 5551
« odbc_close odbc_columns » PHP Manual ODBC 関数 指定したテーブルに関するカラムおよび付随する権限 ... _fetch_array ( $privileges ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-columnprivileges.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 5551
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... _fetch_array ( $procedures ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
テーブルに関する統計情報を取得する 5551
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... _fetch_array ( $statistics ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
各テーブルのリストおよび関連する権限のリストを取得する 5551
« odbc_statistics odbc_tables » PHP Manual ODBC 関数 各テーブルのリストおよび関連する権限のリスト ... _fetch_array ( $privileges ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-tableprivileges.html - [similar]
Basic Gearman client and worker, background 5551
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... turn_code: " . $gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ) { echo "Received ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
比較演算子 5551
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... 0 == "1e2" ); switch ( "a" ) { case 0 : echo "0" ; break; case "a" : echo "a" ; break; } ?> 上の例の PHP 7 ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
現在の Tidy の設定を取得する 5551
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getCo ... > [drop-empty-paras] => 1 [fix-bad-comments] => 1 [break-before-br] => [split] => [numeric-entities] => [qu ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
リモートファイルの使用 5499
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... itle\>@i" , $line , $out )) { $title = $out [ 1 ]; break; } } fclose ( $file ); ?> (正しいアクセス権限を有す ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 5499
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する lev ... ; // ループを抜ける; マッチしたものを見つけました break; } // もし距離が次に見つけた最短距離よりも短い場合 ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT