検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 474 for use (0.025 sec.)
Building the MongoDB PHP Driver from source 3985
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... mand and php.ini file. By default, the driver will use bundled versions of » libbson , » libmongoc , and ... ion, these arguments are deprecated and you should use --with-mongodb-system-libs=yes instead. For a comp ... d, the PKG_CONFIG_PATH environment variable may be used to control the search path for pkg-config . If pk ... g-config is not used, configure also supports a --with-openssl-dir=DIR ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
定義済み定数 3985
« リソース型 SOAP 関数 » PHP Manual SOAP 定義済み定数 定義済み定数 以下の定数が定義されています。 ... P_FUNCTIONS_ALL ( int ) 999 SOAP_ENCODED ( int ) 1 use オプションを SoapClient::__construct() に渡す際、S ... ングを使うように指定します。 SOAP_LITERAL ( int ) 2 use オプションを SoapClient::__construct() に渡す際、サ ... 一緒に、 SoapClient::__construct() で使います。 SOAP_USE_XSI_ARRAY_TYPE ( int ) 4 features オプション と一緒 ...
https://man.plustar.jp/php/soap.constants.html - [similar]
RegexIterator クラス 3937
« RecursiveTreeIterator::valid RegexIterator::accept » PHP Manual イテレータ RegexIterator クラス ... int SPLIT = 3 ; const int REPLACE = 4 ; const int USE_KEY = 1 ; /* プロパティ */ public ? string $ repla ... 照ください)。 RegexIterator のフラグ RegexIterator::USE_KEY 特別なフラグ: エントリの値ではなく、キーにマッ ...
https://man.plustar.jp/php/class.regexiterator.html - [similar]
The SVM class 3937
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... a good starting point SVM::NU_SVC The NU_SVC type uses a different, more flexible, error weighting SVM:: ... INKING Training parameter, boolean, for whether to use the shrinking heuristics SVM::OPT_PROBABILITY Trai ... ing parameter, boolean, for whether to collect and use probability estimates SVM::OPT_GAMMA Algorithm par ... ::OPT_NU The option key for the nu parameter, only used in the NU_ SVM types SVM::OPT_EPS The option key ...
https://man.plustar.jp/php/class.svm.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 3937
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... accept connections on the socket in s single call use EventHttp::bind() . EventHttp::accept() is needed ... l = Event :: signal ( $base , SIGINT , function () use ( $base ) { echo "Caught SIGINT. Stopping...\n" ; ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
Initiates a backup task in the service manager and returns immediately 3937
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... the database on the database server. You can also use a database alias. dest_file The path to the backup ... ave any chance to get its output. This argument is useless. 戻り値 成功した場合に true を、失敗した場合に ... ng full path to /srv/backup/employees.fbk // Don't use any special arguments ibase_backup ( $service , '/ ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Opens a connection to a Microsoft SQL Server database 3937
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... rors (), true )); } ?> 例2 Connect by specifying a user name and password. <?php $serverName = "serverNam ... onInfo = array( "Database" => "dbName" , "UID" => "userName" , "PWD" => "password" ); $conn = sqlsrv_conn ... onInfo = array( "Database" => "dbName" , "UID" => "userName" , "PWD" => "password" ); $conn = sqlsrv_conn ... rue )); } ?> 注意 By default, the sqlsrv_connect() uses connection pooling to improve connection performa ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Prepares and executes a query 3937
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... n (optional) One of the following SQLSRV constants used to indicate the parameter direction: SQLSRV_PARAM ... onInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_conn ... For statements that you plan to execute only once, use sqlsrv_query() . If you intend to re-execute a sta ... tement with different parameter values, use the combination of sqlsrv_prepare() and sqlsrv_exe ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
実行時設定 3937
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... le PHP_INI_ALL intl.error_level 0 PHP_INI_ALL intl.use_exceptions 0 PHP_INI_ALL PECL 3.0.0a1 以降で使用可 ... リプトを停止させます。 デフォルト値は 0 です。 intl.use_exceptions int true にすると、intl 関数でエラーが発 ...
https://man.plustar.jp/php/intl.configuration.html - [similar]
Architecture Overview 3937
« Driver Architecture and Internals Connections » PHP Manual Driver Architecture and Internals A ... . This library will provide an API similar to what users have come to expect from the old mongo driver (e ... ation across PHP runtimes, whether the application uses the low-level driver directly or a higher-level P ... pendency for most applications, but not all . Some users may prefer to stick to the no-frills API offered ... administration, which provides an API for various user management and ops commands. The next major versi ...
https://man.plustar.jp/php/mongodb.overview.html - [similar]