検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 1461 for IN (1.064 sec.)
The MongoDB\BSON\MinKeyInterface interface 2446
« MongoDB\BSON\MaxKeyInterface MongoDB\BSON\ObjectIdInterface » PHP Manual MongoDB\BSON The Mong ... oDB\BSON\MinKeyInterface interface The MongoDB\BSON\MinKeyInter ... face interface (mongodb >=1.3.0) はじめに This interface i ... s implemented by MongoDB\BSON\MinKey to be used as a parameter, return, or property ... type in userland classes. クラス概要 class MongoDB\BSON\Mi ...
https://man.plustar.jp/php/class.mongodb-bson-minkeyinterface.html - [similar]
Sets maximum request body size 2446
« EventHttp::setDefaultCallback EventHttp::setMaxHeadersSize » PHP Manual EventHttp Sets maximum ... body size 説明 public EventHttp::setMaxBodySize ( int $value ): void Sets maximum request body size. パ ... ラメータ value The body size in bytes. 戻り値 値を返しません。 参考 EventHttp::set ...
https://man.plustar.jp/php/eventhttp.setmaxbodysize.html - [similar]
Sets maximum HTTP header size 2446
« EventHttp::setMaxBodySize EventHttp::setTimeout » PHP Manual EventHttp Sets maximum HTTP heade ... er size 説明 public EventHttp::setMaxHeadersSize ( int $value ): void Sets maximum HTTP header size. パラ ... メータ value The header size in bytes. 戻り値 値を返しません。 参考 EventHttp::set ...
https://man.plustar.jp/php/eventhttp.setmaxheaderssize.html - [similar]
Sets the timeout for an HTTP request 2446
« EventHttp::setMaxHeadersSize EventHttpConnection » PHP Manual EventHttp Sets the timeout for a ... n HTTP request 説明 public EventHttp::setTimeout ( int $value ): void Sets the timeout for an HTTP reque ... st. パラメータ value The timeout in seconds. 戻り値 値を返しません。 関連キーワード: S ... adersSize , EventHttpConnection , event , public , int , パラメータ ...
https://man.plustar.jp/php/eventhttp.settimeout.html - [similar]
Sets the timeout for the connection 2446
« EventHttpConnection::setRetries EventHttpRequest » PHP Manual EventHttpConnection Sets the tim ... tion 説明 public EventHttpConnection::setTimeout ( int $timeout ): void Sets the timeout for the connect ... ion パラメータ timeout Timeout in seconds. 戻り値 値を返しません。 関連キーワード: S ... , setRetries , EventHttpRequest , event , public , int ...
https://man.plustar.jp/php/eventhttpconnection.settimeout.html - [similar]
Abstract constructor of a watcher object 2446
« EvWatcher::clear EvWatcher::feed » PHP Manual EvWatcher Abstract constructor of a watcher obje ... stract constructor of a watcher object implemented in the derived classes. パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/evwatcher.construct.html - [similar]
Commit a transaction 2446
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... ion is used to execute commit on the transaction pointed by conn_identifier , currently in progress. Con ... ed; However, the connection handle is still valid. In CUBRID PHP, auto-commit mode is disabled by defaul ... t for transaction management. You can set it by using cubrid_set_autocommit() . You can get its status ... by using cubrid_get_autocommit() . Before you start a tran ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
array_key_exists のエイリアス 2446
« in_array key » PHP Manual 配列 関数 array_key_exists のエイリアス key_exists (PHP 4 >= 4.0.6, ...
https://man.plustar.jp/php/function.key-exists.html - [similar]
結果インスタンスから値を返す 2446
« pg_fetch_object pg_fetch_row » PHP Manual PostgreSQL 関数 結果インスタンスから値を返す pg_fetc ... を返す 説明 pg_fetch_result ( PgSql\Result $result , int $row , mixed $field ): string | false | null pg_f ... result ( PgSql\Result $result , mixed $field ): string | false | null pg_fetch_result() は、 PgSql\Resul ... g_fetch_result ( $res , 1 , 0 ); echo "First field in the second row is: " , $val , "\n" ; ?> 上の例の出 ... 力は以下となります。 First field in the second row is: 2 参考 pg_query() - クエリを実行 ...
https://man.plustar.jp/php/function.pg-fetch-result.html - [similar]
大文字小文字を区別しない strstr 2446
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, P ... 大文字小文字を区別しない strstr() 説明 stristr ( string $haystack , string $needle , bool $before_needle ... = false ): string | false haystack において needle が最初に見つかっ ... 奨します。 意図した動作に依存する場合、 needle を string に明示的にキャストするか、 明示的に chr() 関数を呼 ... 例2 文字列が見つかるかどうかをテストする <?php $string = 'Hello World!' ; if( stristr ( $string , 'earth ...
https://man.plustar.jp/php/function.stristr.html - [similar]