検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 103 for break (0.049 sec.)
指定したテーブルにあるカラム名のリストを取得する 5499
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... dbc_fetch_array ( $columns ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
プロシージャへのパラメータに関する情報を取得する 5499
« odbc_primarykeys odbc_procedures » PHP Manual ODBC 関数 プロシージャへのパラメータに関する情報 ... dbc_fetch_array ( $columns ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-procedurecolumns.html - [similar]
Basic Gearman client and worker, submitting tasks 5499
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... turn_code: " . $gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ) { echo "Received ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
カーソルを閉じてステートメントを再実行できるようにする 5499
« PDOStatement::bindValue PDOStatement::columnCount » PHP Manual PDOStatement カーソルを閉じてス ... $stmt -> fetch ()) ; if (! $stmt -> nextRowset ()) break; } while ( true ); ?> パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/pdostatement.closecursor.html - [similar]
このエントリのファイルハンドラを取得する 5499
« RarEntry::getPackedSize RarEntry::getUnpackedSize » PHP Manual RarEntry このエントリのファイル ... , 8192 ); if ( $buff !== false ) echo $buff ; else break; // fread のエラー } fclose ( $stream ); ?> 参考 R ...
https://man.plustar.jp/php/rarentry.getstream.html - [similar]
5499
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... ND_ELEMENT && $reader -> name == 'office:meta' ) { break; } if (! trim ( $reader -> value )) { continue; } ...
https://man.plustar.jp/php/zip.examples.html - [similar]
XML 外部エンティティの例 5460
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... コード: <i>%s</i>" , htmlspecialchars ( $data )); } break; } } function defaultHandler ( $parser , $data ) { ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
指定したデータソースに保存されたテーブルの名前のリストを取得する 5460
« odbc_tableprivileges PDO » PHP Manual ODBC 関数 指定したデータソースに保存されたテーブルの名前 ... odbc_fetch_array ( $tables ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の ...
https://man.plustar.jp/php/function.odbc-tables.html - [similar]
Add a background task to be run in parallel 5460
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... turn_code: " . $gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ) { echo "Received ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
foreach 5409
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT