検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 1461 for IN (0.124 sec.)
はじめに 2792
« Seaslog インストール/設定 » PHP Manual Seaslog はじめに はじめに The Seaslog is an effective,f ... behavior,type, regional distribution or other more information. The application log also points the mult ... the application analysis of health status, timely find problems and quick positioning, and solve the pro ... e loss. The error_log, syslog function which built in PHP is powerful and excellent performance, but due ... ardless of module, and mix with system log ), reducing a lot of flexibility , and can't meet the applica ...
https://man.plustar.jp/php/intro.seaslog.html - [similar]
Connection handling and persistence 2792
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... g and persistence Connection handling and persistence 注意 : Unix プラットフォームの Mo ... Connection and topology persistence (PHP version since 1.2.0) All versions of the driver since 1.2.0 pe ... rsist the » libmongoc client object in the PHP worker process, which allows it to re-use ... e connections, authentication states, and topology information across multiple requests. When MongoDB\Dr ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
CollectionRemove のコンストラクタ 2792
« CollectionRemove::bind CollectionRemove::execute » PHP Manual mysql_xdevapi\CollectionRemove C ... ストラクタ CollectionRemove::__construct (No version information available, might only be in Git) Collecti ... ion -> add ( '{"name": "Bob", "age": 19, "job": "Painter"}' )-> execute (); // すべての Painter を削除す ... る $collection -> remove ( "job in ('Painter')" ) -> execute (); // もっとも古い Butl ... er を削除する $collection -> remove ( "job in ('Butler')" ) -> sort ( 'age desc' ) -> limit ( 1 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.construct.html - [similar]
テーブルがデータベースに存在するかをチェックする 2792
« Table::delete Table::getName » PHP Manual mysql_xdevapi\Table テーブルがデータベースに存在する ... かをチェックする Table::existsInDatabase (No version information available, might o ... nly be in Git) Table::existsInDatabase — テーブルがデータベー ... チェックする 説明 public mysql_xdevapi\Table::existsInDatabase (): bool このテーブルがデータベースに存在す ... lse を返します。 例 例1 mysql_xdevapi\Table::existsInDatabase() の例 <?php $session = mysql_xdevapi \ ge ...
https://man.plustar.jp/php/mysql-xdevapi-table.existsindatabase.html - [similar]
RADIUS Options 2792
« 定義済み定数 RADIUS Packet Types » PHP Manual 定義済み定数 RADIUS Options RADIUS Options Sever ... t option flags as bitmasks. The constants representing those flags are listed below. RADIUS_OPTION_SALT ... ( int ) When set, this option will result in the attrib ... ute value being salt-encrypted. RADIUS_OPTION_TAGGED ( int ) When ... set, this option will result in the attribute value being tagged with the value of ...
https://man.plustar.jp/php/radius.constants.options.html - [similar]
SQLSRV 関数 2792
« 定義済み定数 sqlsrv_begin_transaction » PHP Manual SQLSRV SQLSRV 関数 SQLSRV 関数 目次 sqlsrv_ ... begin_transaction — Begins a database transaction sqlsrv ... _cancel — Cancels a statement sqlsrv_client_info — Returns information about the client and speci ... ommits a transaction that was begun with sqlsrv_begin_transaction sqlsrv_configure — Changes the driver ... error handling and logging configurations sqlsrv_connect — Opens ...
https://man.plustar.jp/php/ref.sqlsrv.html - [similar]
Swoole 関数 2792
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... sync_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read fi ... e asynchronously swoole_clear_error — Clear errors in the socket or on the last error code swoole_client ... event_add — Add new callback functions of a socket into the EventLoop swoole_event_defer — Add callback ... — Get the IPv4 IP addresses of each NIC on the machine swoole_last_error — Get the lastest error message ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
ローカルクラスプレフィックスを登録する 2792
« Yaf_Loader::isLocalName Yaf_Loader::registerNamespace » PHP Manual Yaf_Loader ローカルクラスプ ... イブラリディレクトリを探します。 一方は application.ini の application.library.directory (in で設定したも ... ルライブラリディレクトリと呼びます。 もう一方は php.ini の yaf.library で設定したもので、これをグローバル ... lNamespace() の例 <?php $loader = Yaf_Loader :: getInstance ( '/local/library/' , '/global/library' ); $ ... du" ); $loader -> registerLocalNamespace (array( "Sina" , "Weibo" )); $loader -> autoload ( "Baidu_Name" ...
https://man.plustar.jp/php/yaf-loader.registerlocalnamespace.html - [similar]
定義済み定数 2771
« リソース型 カレンダー 関数 » PHP Manual カレンダー 定義済み定数 定義済み定数 以下の定数が定義さ ... れている場合のみ使用可能です。 CAL_EASTER_DEFAULT ( int ) easter_days() で、1753年より前はユリウス暦に従っ ... に従って復活祭の日付を計算する。 CAL_EASTER_ROMAN ( int ) easter_days() で、1583年より前はユリウス暦に従っ ... 活祭の日付を計算する。 CAL_EASTER_ALWAYS_GREGORIAN ( int ) easter_days() で、先発グレゴリオ暦に従って、 復 ... 活祭の日付を計算する。 CAL_EASTER_ALWAYS_JULIAN ( int ) easter_days() で、ユリウス暦に従って、 復活祭の ...
https://man.plustar.jp/php/calendar.constants.html - [similar]
The MongoDB\Driver\ReadPreference class 2771
« MongoDB\Driver\WriteConcern::unserialize MongoDB\Driver\ReadPreference::bsonSerialize » PHP Ma ... rence class (mongodb >=1.0.0) はじめに クラス概要 final class MongoDB\Driver\ReadPreference implements M ... erializable , Serializable { /* Constants */ const int RP_PRIMARY = 1 ; const int RP_PRIMARY_PREFERRED = ... 5 ; const int RP_SECONDARY = 2 ; const int RP_SECONDARY_PREFERR ... ED = 6 ; const int RP_NEAREST = 10 ; const string PRIMARY = primary ...
https://man.plustar.jp/php/class.mongodb-driver-readpreference.html - [similar]