検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 615 for connection (0.046 sec.)
クエリを実行する 4257
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... pg_query — クエリを実行する 説明 pg_query ( PgSql\Connection $connection = ? , string $query ): PgSql\Result | ... false pg_query() は、指定したデータベース connection 上で query を実行します。 特別な理由がない限り、こ ... 数を使用してエラーの詳細情報が 取得可能です。 注意 : connection は省略可能ですが、それは推奨されません。 なぜならス ... い名前を使用することが推奨されています。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
Rolls back a transaction in progress 4257
« Stomp Stomp::ack » PHP Manual Stomp Rolls back a transaction in progress Stomp::abort stomp_ab ... se を返します。 例 例1 オブジェクト指向型 <?php /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:616 ... 13' ); } catch( StompException $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* begin a tra ... /* rollback */ $stomp -> abort ( 't1' ); /* close connection */ unset( $stomp ); ?> 例2 手続き型 <?php /* conne ... tomp_connect ( 'tcp://localhost:61613' ); /* check connection */ if (! $link ) { die( 'Connection failed: ' . st ...
https://man.plustar.jp/php/stomp.abort.html - [similar]
Commits a transaction in progress 4257
« Stomp::begin Stomp::__construct » PHP Manual Stomp Commits a transaction in progress Stomp::co ... se を返します。 例 例1 オブジェクト指向型 <?php /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:616 ... 13' ); } catch( StompException $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* begin a tra ... ; /* commit */ $stomp -> commit ( 't1' ); /* close connection */ unset( $stomp ); ?> 例2 手続き型 <?php /* conne ... tomp_connect ( 'tcp://localhost:61613' ); /* check connection */ if (! $link ) { die( 'Connection failed: ' . st ...
https://man.plustar.jp/php/stomp.commit.html - [similar]
Sets the timeout for the connection 4235
« EventHttpConnection::setRetries EventHttpRequest » PHP Manual EventHttpConnection Sets the tim ... eout for the connection EventHttpConnection::setTimeout (PECL event >= 1.2 ... .6-beta) EventHttpConnection::setTimeout — Sets the timeout for the connection ... 説明 public EventHttpConnection::setTimeout ( int $timeout ): void Sets the timeou ... t for the connection パラメータ timeout Timeout in seconds. 戻り値 値を ...
https://man.plustar.jp/php/eventhttpconnection.settimeout.html - [similar]
Give each connection a random weight between min_weight and max_weight 4235
« fann_print_error fann_read_train_from_file » PHP Manual Fann 関数 Give each connection a rando ... fann >= 1.0.0) fann_randomize_weights — Give each connection a random weight between min_weight and max_weight ... $min_weight , float $max_weight ): bool Give each connection a random weight between min_weight and max_weight ... 連キーワード: weight , fann , weights , max , min , connection , Give , each , float , 関数 ...
https://man.plustar.jp/php/function.fann-randomize-weights.html - [similar]
同一ファイル内での複数の名前空間の定義 4235
« サブ名前空間の宣言 名前空間の使用法: 基本編 » PHP Manual 名前空間 同一ファイル内での複数の名前 ... namespace MyProject ; const CONNECT_OK = 1 ; class Connection { /* ... */ } function connect () { /* ... */ } na ... pace AnotherProject ; const CONNECT_OK = 1 ; class Connection { /* ... */ } function connect () { /* ... */ } ?> ... namespace MyProject { const CONNECT_OK = 1 ; class Connection { /* ... */ } function connect () { /* ... */ } } ... pace AnotherProject { const CONNECT_OK = 1 ; class Connection { /* ... */ } function connect () { /* ... */ } } ...
https://man.plustar.jp/php/language.namespaces.definitionmultiple.html - [similar]
ラージオブジェクトをオープンする 4213
« pg_lo_import pg_lo_read_all » PHP Manual PostgreSQL 関数 ラージオブジェクトをオープンする pg_l ... ジオブジェクトをオープンする 説明 pg_lo_open ( PgSql\Connection $connection , int $oid , string $mode ): PgSql\Lob ... 、以前は pg_loopen() と呼ばれていました。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ... のバージョンでは、 リソース を返していました。 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... gSql , インスタンス , Lob , 接続 , open , クラス , connection ...
https://man.plustar.jp/php/function.pg-lo-open.html - [similar]
Close the async MySQL connection. 4213
« Swoole\MySQL Swoole\MySQL::connect » PHP Manual Swoole\MySQL Close the async MySQL connection. ... 1.9.0) Swoole\MySQL::close — Close the async MySQL connection. 説明 public Swoole\MySQL::close (): void パラメー ... メータはありません。 戻り値 関連キーワード: async , connection , Swoole , the , パラメータ , swoole , public , 関 ...
https://man.plustar.jp/php/swoole-mysql.close.html - [similar]
Close a connection to the client. 4213
« Swoole\Server::clearTimer Swoole\Server::confirm » PHP Manual Swoole\Server Close a connection ... CL swoole >= 1.9.0) Swoole\Server::close — Close a connection to the client. 説明 public Swoole\Server::close ( ... ): bool パラメータ fd reset 戻り値 関連キーワード: connection , Swoole , Server , the , clearTimer , confirm , s ...
https://man.plustar.jp/php/swoole-server.close.html - [similar]
Sets the retry limit for the connection 4191
« EventHttpConnection::setMaxHeadersSize EventHttpConnection::setTimeout » PHP Manual EventHttpConnection ... onnection Sets the retry limit for the connection EventHttpConnection::setRetries (PECL event >= 1.2 ... .6-beta) EventHttpConnection::setRetries — Sets the retry limit for the connect ... ion 説明 public EventHttpConnection::setRetries ( int $retries ): void Sets the retry ... limit for the connection パラメータ retries The retry limit. -1 means infin ...
https://man.plustar.jp/php/eventhttpconnection.setretries.html - [similar]