検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 252 for exit (0.033 sec.)
Event 4861
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... ase::dispatch — Dispatch pending events EventBase::exit — Stop dispatching events EventBase::free — Free r ... Returns the current event base time EventBase::gotExit — Checks if the event loop was told to exit EventB ... se::gotStop — Checks if the event loop was told to exit EventBase::loop — Dispatch pending events EventBas ...
https://man.plustar.jp/php/book.event.html - [similar]
その他の関数 4861
« LuaSandboxTimeoutError はじめに » PHP Manual その他の基本モジュール その他の関数 その他の関数 ... 指定した名前の定数が存在するかどうかを調べる die — exit と同等 eval — 文字列を PHP コードとして評価する ex ...
https://man.plustar.jp/php/book.misc.html - [similar]
EvChild ウォッチャーオブジェクトを作る 4861
« EvChild EvChild::createStopped » PHP Manual EvChild EvChild ウォッチャーオブジェクトを作る EvC ... はすべての変更された子プロセスやゾンビ子プロセスの exit/wait 状態を取得してコールバックを呼びます。 EvChil ... にだけ EvChild ウォッチャーをインストールできます。 exit/tracing ステータスや pid にアクセスするには、 ウォ ...
https://man.plustar.jp/php/evchild.construct.html - [similar]
MySQL データベース上のテーブルのリストを得る 4861
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... password' )) { echo 'Could not connect to mysql' ; exit; } $sql = "SHOW TABLES FROM $dbname " ; $result = ... tables\n" ; echo 'MySQL Error: ' . mysql_error (); exit; } while ( $row = mysql_fetch_row ( $result )) { e ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
サーバーとの接続状況を調べ、接続されていない場合は再接続する 4861
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... ( $sql ); if (! $result ) { echo 'Query #1 failed, exiting.' ; exit; } /* 接続が有効かどうかを確かめる。切 ... (! mysql_ping ( $conn )) { echo 'Lost connection, exiting after query #1' ; exit; } mysql_free_result ( $ ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
取得されたすべての行を配列として取得する 4861
« pg_fetch_all_columns pg_fetch_array » PHP Manual PostgreSQL 関数 取得されたすべての行を配列とし ... " ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT * FROM aut ... ); if (! $result ) { echo "An error occurred.\n" ; exit; } $arr = pg_fetch_all ( $result ); print_r ( $arr ...
https://man.plustar.jp/php/function.pg-fetch-all.html - [similar]
行を連想配列として取得する 4861
« pg_fetch_array pg_fetch_object » PHP Manual PostgreSQL 関数 行を連想配列として取得する pg_fetc ... " ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT id, author ... ); if (! $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_assoc ( $result )) { ec ...
https://man.plustar.jp/php/function.pg-fetch-assoc.html - [similar]
直近に実行されたクエリの情報を取得する 4861
« mysqli::get_warnings mysqli::init » PHP Manual mysqli 直近に実行されたクエリの情報を取得する m ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $mysqli -> query ( "CREATE TEMPORARY TABLE t1 ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } mysqli_query ( $link , "CREATE TEMPORARY TABL ...
https://man.plustar.jp/php/mysqli.info.html - [similar]
直前の MySQL の操作での SQLSTATE エラーを返す 4861
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* City テーブルはすでに存在します。そのためエ ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* City テーブルはすでに存在します。そのためエ ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 4861
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $mysqli -> query ( "CREATE TABLE myCity LIKE ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } mysqli_query ( $link , "CREATE TABLE myCity L ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]