検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 71 for OPT (0.002 sec.)
定義済み定数 8461
« リソース型 有効期限 » PHP Manual Memcached 定義済み定数 定義済み定数 以下の定数が定義されていま ... にロードされている場合のみ使用可能です。 Memcached::OPT_COMPRESSION ペイロードの圧縮を有効あるいは無効にし ... 行われます。 型: bool 、デフォルト: true Memcached::OPT_SERIALIZER 非スカラ値のシリアライズに使うシリアライ ... ed::SERIALIZER_JSON JSON シリアライザ。 Memcached::OPT_PREFIX_KEY これを使うと、アイテムのキーに「ドメイン ... 付きません。 型: string 、デフォルト: "" Memcached::OPT_HASH アイテムのキーに使うハッシュアルゴリズムを指定 ...
https://man.plustar.jp/php/memcached.constants.html - [similar]
Constructs an OpenSSL context for use with Event classes 8419
« EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w ... SslContext::__construct ( string $method , string $options ) Creates SSL context holding pointer to SSL_C ... ethod One of EventSslContext::*_METHOD constants . options Associative array of SSL context options One o ... f EventSslContext::OPT_* constants . 戻り値 Returns EventSslContext objec ... :: SSLv3_SERVER_METHOD , array( EventSslContext :: OPT_LOCAL_CERT => $local_cert , EventSslContext :: OPT ...
https://man.plustar.jp/php/eventsslcontext.construct.html - [similar]
Memcached のオプションの値を設定する 8419
« Memcached::setMultiByKey Memcached::setOptions » PHP Manual Memcached Memcached のオプションの ... 値を設定する Memcached::setOption (PECL memcached >= 0.1.0) Memcached::setOption ... のオプションの値を設定する 説明 public Memcached::setOption ( int $option , mixed $value ): bool このメソッ ... の拡張モジュールに固有のものもあります。 パラメータ option 定数 Memcached::OPT_* のうちのひとつ。 詳細は M ... ンの値は、定数で指定する必要があります。 Memcached::OPT_HASH には Memcached::HASH_* の値を指定しなければな ...
https://man.plustar.jp/php/memcached.setoption.html - [similar]
mysqli_options のエイリアス 7829
« mysqli_report 変更履歴 » PHP Manual エイリアスおよび非推奨の Mysqli 関数 mysqli_options のエイ ... リアス mysqli::set_opt mysqli_set_opt (PHP 5, PHP 7, PHP 8) mysqli::set_o ... pt -- mysqli_set_opt — mysqli_options() のエイリアス 説明 この関数は次の ... 関数のエイリアスです。 mysqli_options() 関連キーワード: mysqli , options , 関数 , re ...
https://man.plustar.jp/php/function.mysqli-set-opt.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 7674
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... erlying , EventSslContext $ctx , int $state , int $options = 0 ): EventBufferEvent Create a new SSL buffe ... SL_ACCEPTING or EventBufferEvent::SSL_CONNECTING . options One or more buffer event options. 戻り値 Retur ... text :: SSLv3_SERVER_METHOD , [ EventSslContext :: OPT_LOCAL_CERT => 'cert.pem' , EventSslContext :: OPT_ ... LOCAL_PK => 'privkey.pem' , //EventSslContext::OPT_PASSPHRASE => '', EventSslContext :: OPT_VERIFY_PE ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
Memcached のオプションの値を設定する 7534
« Memcached::setOption Memcached::setSaslAuthData » PHP Manual Memcached Memcached のオプションの ... 値を設定する Memcached::setOptions (PECL memcached >= 2.0.0) Memcached::setOption ... のオプションの値を設定する 説明 public Memcached::setOptions ( array $options ): bool Memcached::setOptions ... () は Memcached::setOption() と似ていますが、設定するオプションの配列を受け ... 取ります。 パラメータ options オプションの連想配列。設定するオプションを連想 ...
https://man.plustar.jp/php/memcached.setoptions.html - [similar]
The EventBufferEvent class 7477
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... MEOUT = 64 ; const int CONNECTED = 128 ; const int OPT_CLOSE_ON_FREE = 1 ; const int OPT_THREADSAFE = 2 ; ... const int OPT_DEFER_CALLBACKS = 4 ; const int OPT_UNLOCK_CALLBAC ... ct ( EventBase $base , mixed $socket = null , int $options = 0 , callable $readcb = null , callable $writ ... public static createPair ( EventBase $base , int $options = 0 ): array public disable ( int $events ): b ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
オプションを設定する 7477
« mysqli::next_result mysqli::ping » PHP Manual mysqli オプションを設定する mysqli::options mysq ... li_options (PHP 5, PHP 7, PHP 8) mysqli::options -- mysql ... i_options — オプションを設定する 説明 オブジェクト指向型 ... public mysqli::options ( int $option , string | int $value ): bool 手 ... 続き型 mysqli_options ( mysqli $mysql , int $option , string | int $ ...
https://man.plustar.jp/php/mysqli.options.html - [similar]
定義済み定数 7477
« リソース型 例 » PHP Manual Yar 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ON ( string ) YAR_CLIENT_PROTOCOL_HTTP ( int ) YAR_OPT_PACKAGER ( int ) YAR_OPT_TIMEOUT ( int ) YAR_OPT_C ... ONNECT_TIMEOUT ( int ) YAR_OPT_HEADER ( array ) 2.0.4 以降 YAR_PACKAGER_PHP ( str ...
https://man.plustar.jp/php/yar.constants.html - [similar]
Creates two buffer events connected to each other 7182
« EventBufferEvent::__construct EventBufferEvent::disable » PHP Manual EventBufferEvent Creates ... ntBufferEvent::createPair ( EventBase $base , int $options = 0 ): array Returns array of two EventBufferE ... ent objects connected to each other. All the usual options are supported, except for EventBufferEvent::OP ... _FREE , which has no effect, and EventBufferEvent::OPT_DEFER_CALLBACKS , which is always on. パラメータ b ... ase Associated event base options EventBufferEvent::OPT_* constants combined wit ...
https://man.plustar.jp/php/eventbufferevent.createpair.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT