検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 615 for connection (0.005 sec.)
変更履歴 6614
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... eol が追加されました。 ftp_alloc 引数 ftp は、FTP\Connection のインスタンスを期待するようになりました。 これより ... ス を期待していました。 ftp_append 引数 ftp は、FTP\Connection のインスタンスを期待するようになりました。 これより ... ース を期待していました。 ftp_cdup 引数 ftp は、FTP\Connection のインスタンスを期待するようになりました。 これより ... ース を期待していました。 ftp_chdir 引数 ftp は、FTP\Connection のインスタンスを期待するようになりました。 これより ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
The Swoole\Connection\Iterator class 6578
« Swoole\Client::wakeup Swoole\Connection\Iterator::count » PHP Manual Swoole The Swoole\Connection ... ion\Iterator class The Swoole\Connection\Iterator class (PECL swoole >= 1.9.0) はじめに クラ ... ス概要 class Swoole\Connection\Iterator implements Iterator , Countable , ArrayAc ... メソッド */ public count (): int public current (): Connection public key (): int public next (): Connection publ ... $index ): bool public offsetGet ( string $index ): Connection public offsetSet ( int $offset , mixed $connection ...
https://man.plustar.jp/php/class.swoole-connection-iterator.html - [similar]
接続ステータスを取得する 6246
« pg_connection_reset pg_consume_input » PHP Manual PostgreSQL 関数 接続ステータスを取得する pg_ ... on_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_connection_status — 接続ステータスを取得する 説明 pg_connecti ... on_status ( PgSql\Connection $connection ): int pg_connection_status() は、 con ... で指定した接続のステータスを返します。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 PGS ... QL_CONNECTION_OK あるいは PGSQL_CONNECTION_BAD 。 変更履歴 バージ ...
https://man.plustar.jp/php/function.pg-connection-status.html - [similar]
Assign a Connection to the specified offset. 6224
« Swoole\Connection\Iterator::offsetGet Swoole\Connection\Iterator::offsetUnset » PHP Manual Swo ... ole\Connection\Iterator Assign a Connection to the specified offs ... et. Swoole\Connection\Iterator::offsetSet (PECL swoole >= 1.9.0) Swoole\ ... Connection\Iterator::offsetSet — Assign a Connection to the specified offset. 説明 public Swoole\Connec ... tion\Iterator::offsetSet ( int $offset , mixed $connection ): void Assign a Connection to the specified offse ...
https://man.plustar.jp/php/swoole-connection-iterator.offsetset.html - [similar]
Opens a connection to a Microsoft SQL Server database 6136
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... le, might only be in Git) sqlsrv_connect — Opens a connection to a Microsoft SQL Server database 説明 sqlsrv_con ... nect ( string $serverName , array $connectionInfo = ? ): resource Opens a connection to a Micros ... oft SQL Server database. By default, the connection is attempted using Windows Authentication. To conn ... ver Authentication, include "UID" and "PWD" in the connection options array. パラメータ serverName The name of t ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Return current connection entry. 6069
« Swoole\Connection\Iterator::count Swoole\Connection\Iterator::key » PHP Manual Swoole\Connection ... on\Iterator Return current connection entry. Swoole\Connection\Iterator::current (PECL s ... woole >= 1.9.0) Swoole\Connection\Iterator::current — Return current connection entr ... y. 説明 public Swoole\Connection\Iterator::current (): Connection Get current conne ... 関数にはパラメータはありません。 戻り値 The current connection entry. 関連キーワード: connection , entry , Return ...
https://man.plustar.jp/php/swoole-connection-iterator.current.html - [similar]
Move to the next connection. 5981
« Swoole\Connection\Iterator::key Swoole\Connection\Iterator::offsetExists » PHP Manual Swoole\Connection ... onnection\Iterator Move to the next connection. Swoole\Connection\Iterator::next (PECL swoole >= ... 1.9.0) Swoole\Connection\Iterator::next — Move to the next connection. 説明 ... public Swoole\Connection\Iterator::next (): Connection The iterator to the ... next connection. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/swoole-connection-iterator.next.html - [similar]
Return key of the current connection. 5959
« Swoole\Connection\Iterator::current Swoole\Connection\Iterator::next » PHP Manual Swoole\Connection ... ction\Iterator Return key of the current connection. Swoole\Connection\Iterator::key (PECL swoole >= 1 ... .9.0) Swoole\Connection\Iterator::key — Return key of the current connecti ... on. 説明 public Swoole\Connection\Iterator::key (): int This function returns key of ... the current connection. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/swoole-connection-iterator.key.html - [similar]
接続がビジーかどうか調べる 5915
« pg_connect pg_connection_reset » PHP Manual PostgreSQL 関数 接続がビジーかどうか調べる pg_connection ... tion_busy (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_connection_busy — 接続がビジーかどうか調べる 説明 pg_connecti ... on_busy ( PgSql\Connection $connection ): bool pg_connection_busy() は、接続が ... ールされた場合、 それはブロックされます。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 接続 ... false を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ...
https://man.plustar.jp/php/function.pg-connection-busy.html - [similar]
接続をリセット(再接続)する 5893
« pg_connection_busy pg_connection_status » PHP Manual PostgreSQL 関数 接続をリセット(再接続)する ... pg_connection_reset (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_con ... nection_reset — 接続をリセット(再接続)する 説明 pg_connection_reset ( PgSql\Connection $connection ): bool pg_co ... します。 エラーからの復旧の際に有用です。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 成功 ... false を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ...
https://man.plustar.jp/php/function.pg-connection-reset.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT