検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 462 for Select (0.003 sec.)
与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行... 10238
« socket_recvmsg socket_send » PHP Manual ソケット 関数 与えられたソケットの配列に対し、指定した ... 有効時間で select() システムコールを実行する socket_select (PHP 4 >= ... 4.1.0, PHP 5, PHP 7, PHP 8) socket_select — 与えられたソケットの配列に対し、指定した有効時間 ...select() システムコールを実行する 説明 socket_select ( ? ... onds , int $microseconds = 0 ): int | false socket_select() はソケットの配列を受け取り、 それらの状態が変化す ...
https://man.plustar.jp/php/function.socket-select.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 9577
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... ds で指定されたタイムアウト時間をもって行う stream_select (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_selec ... t — select() システムコールと同等の操作を、 ストリームの配列に ... で指定されたタイムアウト時間をもって行う 説明 stream_select ( ? array &$read , ? array &$write , ? array &$exc ... , ? int $microseconds = null ): int | false stream_select() はストリームの配列を受け取ると、 それらの状態が変 ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
Select the file descriptions which are ready to read/write or error in the event... 8917
« swoole_load_module swoole_set_process_name » PHP Manual Swoole 関数 Select the file descriptio ... ady to read/write or error in the eventloop swoole_select (PECL swoole >= 1.9.0) swoole_selectSelect the ... o read/write or error in the eventloop 説明 swoole_select ( array &$read_array , array &$write_array , array ... out 戻り値 関連キーワード: array , swoole , read , Select , file , which , eventloop , timeout , load , modu ...
https://man.plustar.jp/php/function.swoole-select.html - [similar]
クエリを実行するためのデフォルトのデータベースを選択する 8868
« mysqli::savepoint mysqli::set_charset » PHP Manual mysqli クエリを実行するためのデフォルトのデ ... ータベースを選択する mysqli::select_db mysqli_select_db (PHP 5, PHP 7, PHP 8) mysqli:: ... select_db -- mysqli_select_db — クエリを実行するためのデフォルトのデータベース ... を選択する 説明 オブジェクト指向型 public mysqli::select_db ( string $database ): bool 手続き型 mysqli_sele ... を、失敗した場合に false を返します。 例 例1 mysqli::select_db() の例 オブジェクト指向型 <?php mysqli_report ( ...
https://man.plustar.jp/php/mysqli.select-db.html - [similar]
SQL 文によって変更された行の数を返す 7220
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_n ... よって削除、挿入あるいは更新された行の数を返します。 SELECT 文が返す行の数を取得するには、調べたい SELECT 文と ... 同じ述部を持つ SELECT COUNT(*) を発行し、その値を取得します。 SELECT 文が ... ください。 注意 : スクロール可能なカーソルを使用して SELECT 文を発行した場合は、 db2_num_rows() は SELECT 文の ... ションのパフォーマンスが急激に低下します。 そのため、SELECT 文の結果の行数を知りたいというだけの理由で スクロー ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
TableSelect クラス 6665
« TableInsert::values TableSelect::bind » PHP Manual Mysql_xdevapi TableSelect クラス TableSelect ... テートメントです クラス概要 class mysql_xdevapi\TableSelect implements mysql_xdevapi\Executable { /* メソッド ... ( array $placeholder_values ): mysql_xdevapi\TableSelect public execute (): mysql_xdevapi\RowResult public ... groupBy ( mixed $sort_expr ): mysql_xdevapi\TableSelect public having ( string $sort_expr ): mysql_xdevapi ... \TableSelect public limit ( int $rows ): mysql_xdevapi\TableSel ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableselect.html - [similar]
直前の MySQL の操作で変更された行の数を得る 6665
« mysqli mysqli::autocommit » PHP Manual mysqli 直前の MySQL の操作で変更された行の数を得る mysq ... いは DELETE クエリにより変更された行の数を返します。 SELECT 文の場合は、 mysqli_num_rows() と同じように動作しま ... ysqli_affected_rows() がバッファリングされていない SELECT に対してコールされたことを示します。 注意 : 変更さ ... します */ $mysqli -> query ( "CREATE TABLE Language SELECT * from CountryLanguage" ); printf ( "Affected rows ... 全件選択します。 */ $result = $mysqli -> query ( "SELECT CountryCode FROM Language" ); printf ( "Affected r ...
https://man.plustar.jp/php/mysqli.affected-rows.html - [similar]
元となるリソースを取得する 6445
« streamWrapper::rmdir streamWrapper::stream_close » PHP Manual streamWrapper 元となるリソースを ... ( int $cast_as ): resource このメソッドは、 stream_select() に対応してコールされます。 パラメータ cast_as st ... ream_select() が stream_cast() をコールした場合は STREAM_CAST_ ... FOR_SELECT 、 stream_cast() がそれ以外の用途でコールされた場合 ... ムリソース、あるいは false を返します。 参考 stream_select() - select() システムコールと同等の操作を、 ストリ ...
https://man.plustar.jp/php/streamwrapper.stream-cast.html - [similar]
select ステートメントを実行する 6281
« TableSelect::__construct TableSelect::groupBy » PHP Manual mysql_xdevapi\TableSelect select... テートメントを実行する TableSelect::execute (No version information available, might ... only be in Git) TableSelect::execute — select ステートメントを実行する 説明 pu ... blic mysql_xdevapi\TableSelect::execute (): mysql_xdevapi\RowResult execute() メソ ... ッドとチェインすることで、select ステートメントを実行します。 パラメータ この関数に ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.execute.html - [similar]
データベース上でクエリを実行する 6281
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... e を返します。 結果セットを生成するクエリ、 つまり SELECT, SHOW, DESCRIBE あるいは EXPLAIN が成功した場合は、 ... ty successfully created.\n" ); /* 結果セットを返す SELECT 文 */ $result = $mysqli -> query ( "SELECT Name FR ... OM City LIMIT 10" ); printf ( "Select returned %d rows.\n" , $result -> num_rows ); /* 大 ... RESULT を使います */ $result = $mysqli -> query ( "SELECT * FROM City" , MYSQLI_USE_RESULT ); /* 注意: 全ての ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT