検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 249 for option (0.014 sec.)
定義済み定数 5301
« リソース型 例 » PHP Manual FTP 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... す。 FTP_ASCII ( int ) FTP_AUTOSEEK ( int ) ftp_set_option() を参照してください。 FTP_AUTORESUME ( int ) GET ... のエイリアスです。 FTP_TIMEOUT_SEC ( int ) ftp_set_option() を参照してください。 FTP_USEPASVADDRESS ( bool ) ... ftp_set_option() を参照してください。 関連キーワード: int , 定義 ... , 定数 , 転送 , 非同期 , option , 参照 , 位置 , 通信 , 失敗 ...
https://man.plustar.jp/php/ftp.constants.html - [similar]
The ZMQContext class 5271
« ZMQ::__construct ZMQContext::__construct » PHP Manual 0MQ messaging The ZMQContext class The Z ... ZMQContext object ZMQContext::getOpt — Get context option ZMQContext::getSocket — Create a new socket ZMQCon ... xt is persistent ZMQContext::setOpt — Set a socket option 関連キーワード: ZMQContext , public , construct , ... persistent , new , int , option , setOpt , isPersistent , getSocket ...
https://man.plustar.jp/php/class.zmqcontext.html - [similar]
正のタイムゾーンオフセットを適用した際に、スキップされる実時間をどう扱うかを設定... 5271
« IntlCalendar::setRepeatedWallTimeOption IntlCalendar::setTime » PHP Manual IntlCalendar 正のタ ... どう扱うかを設定する IntlCalendar::setSkippedWallTimeOption (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) In ... tlCalendar::setSkippedWallTimeOption — 正のタイムゾーンオフセットを適用した際に、スキッ ... ェクト指向型 public IntlCalendar::setSkippedWallTimeOption ( int $option ): bool 手続き型 intlcal_set_skipped ... _wall_time_option ( IntlCalendar $calendar , int $option ): bool 夏時 ...
https://man.plustar.jp/php/intlcalendar.setskippedwalltimeoption.html - [similar]
ストリームメタデータを変更する 5271
« streamWrapper::stream_lock streamWrapper::stream_open » PHP Manual streamWrapper ストリームメタ ... reamWrapper::stream_metadata ( string $path , int $option , mixed $value ): bool ストリームのメタデータを設定 ... しょう。 それ以外の形式の URL には対応していません。 option 次のいずれかです。 STREAM_META_TOUCH ( touch() に反 ... ETA_ACCESS ( chmod() に反応してコールされる) value option の値が STREAM_META_TOUCH の場合は、 touch() 関数の ... た場合に true を、失敗した場合に false を返します。 option が実装されていない場合は false を返さなければなりま ...
https://man.plustar.jp/php/streamwrapper.stream-metadata.html - [similar]
接続に関するひとつあるいは複数のオプションを設定する 5241
« yaz_search yaz_sort » PHP Manual YAZ 関数 接続に関するひとつあるいは複数のオプションを設定する ... yaz_set_option (PECL yaz >= 0.9.0) yaz_set_option — 接続に関するひ ... とつあるいは複数のオプションを設定する 説明 yaz_set_option ( resource $id , string $name , string $value ): v ... oid yaz_set_option ( resource $id , array $options ): void 指定した接 ... d yaz_connect() が返す接続リソース。 name あるいは options 文字列あるいは配列です。 文字列を指定すると、指定 ...
https://man.plustar.jp/php/function.yaz-set-option.html - [similar]
定義済み定数 5241
« リソース型 イベントハンドラ » PHP Manual XML パーサ 定義済み定数 定義済み定数 以下の定数が定義 ... t ) XML_ERROR_EXTERNAL_ENTITY_HANDLING ( int ) XML_OPTION_CASE_FOLDING ( int ) XML_OPTION_TARGET_ENCODING ( ... int ) XML_OPTION_SKIP_TAGSTART ( int ) XML_OPTION_SKIP_WHITE ( int ...
https://man.plustar.jp/php/xml.constants.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 5201
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... トリソースのオプションを設定する db2_set_option (PECL ibm_db2 >= 1.0.0) db2_set_option — 接続リソー ... トメントリソースのオプションを設定する 説明 db2_set_option ( resource $resource , array $options , int $type ... ect() や db2_pconnect() が返す有効な接続リソース。 options ステートメントあるいは接続のオプションを含む連想配 ... は、有用な情報を提供します。これらの情報は、 db2_get_option() によって取得します。 注意 : 各オプションの値を設 ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
The EventListener class 5141
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... ing mode. EventListener::OPT_CLOSE_ON_FREE If this option is set, the connection listener closes its underly ... is freed. EventListener::OPT_CLOSE_ON_EXEC If this option is set, the connection listener sets the close-on- ... e same port until a while has passed. Setting this option makes Libevent mark the socket as reusable, so tha ... stener , event , public , int , OPT , underlying , option , Libevent , setCallback , construct ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
与えられたオプション名に対するドキュメントを返す 5110
« tidy::getOpt tidy::getRelease » PHP Manual tidy 与えられたオプション名に対するドキュメントを返 ... オブジェクト指向型 public tidy::getOptDoc ( string $option ): string | false 手続き型 tidy_get_opt_doc ( tidy ... $tidy , string $option ): string | false tidy_get_opt_doc() は、 与えられ ... y が必要です。 パラメータ tidy Tidy オブジェクト。 option オプション名。 戻り値 オプションが存在し、かつドキ ... : ドキュメント , オプション , string , getOptDoc , option , 設定 , 存在 , 取得 , getconfig , 参考 ...
https://man.plustar.jp/php/tidy.getoptdoc.html - [similar]
Prepare a SQL statement for execution 5080
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... rce $conn_identifier , string $prepare_stmt , int $option = 0 ): resource The cubrid_prepare() function is a ... Connection identifier. prepare_stmt Prepare query. option OID return option CUBRID_INCLUDE_OID . 戻り値 Requ ... re , prepare , execution , a , bind , identifier , option , parameter , process ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]