検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 1938 for IF (0.028 sec.)
Unserialize a ReadConcern 2585
« MongoDB\Driver\ReadConcern::serialize MongoDB\Driver\Cursor » PHP Manual MongoDB\Driver\ReadCo ... MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e. serial ... MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or ...
https://man.plustar.jp/php/mongodb-driver-readconcern.unserialize.html - [similar]
Unserialize a ReadPreference 2585
« MongoDB\Driver\ReadPreference::serialize MongoDB\Driver\ReadConcern » PHP Manual MongoDB\Drive ... MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e. serial ... MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or ...
https://man.plustar.jp/php/mongodb-driver-readpreference.unserialize.html - [similar]
Execute a database command that reads on this server 2585
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... s server. This method will apply logic that is specific to commands that read (e.g. » count ) and take t ... and will result in an exception at execution time if specified for an older server version. readPrefere ... on A session to associate with the operation. 警告 If you are using a "session" which has a transaction ... in progress, you cannot specify a "readConcern" or "writeConcern" option. This wi ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Unserialize a ServerApi 2585
« MongoDB\Driver\ServerApi::serialize MongoDB\Driver\WriteConcern » PHP Manual MongoDB\Driver\Se ... MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e. serial ... MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or ...
https://man.plustar.jp/php/mongodb-driver-serverapi.unserialize.html - [similar]
Returns the cluster time for this session 2585
« MongoDB\Driver\Session::endSession MongoDB\Driver\Session::getLogicalSessionId » PHP Manual Mo ... object Returns the cluster time for this session. If the session has not been used for any operation an ... Returns the cluster time for this session, or null if the session has no cluster time. エラー / 例外 引数 ...
https://man.plustar.jp/php/mongodb-driver-session.getclustertime.html - [similar]
Returns the operation time for this session 2585
« MongoDB\Driver\Session::getLogicalSessionId MongoDB\Driver\Session::getServer » PHP Manual Mon ... stamp Returns the operation time for this session. If the session has not been used for any operation an ... turns the operation time for this session, or null if the session has no operation time. エラー / 例外 引 ...
https://man.plustar.jp/php/mongodb-driver-session.getoperationtime.html - [similar]
Returns whether a multi-document transaction is in progress 2585
« MongoDB\Driver\Session::isDirty MongoDB\Driver\Session::startTransaction » PHP Manual MongoDB\ ... session. A transaction is considered "in progress" if it has been started but has not been committed or ... 関数にはパラメータはありません。 戻り値 Returns true if a transaction is currently in progress for this se ...
https://man.plustar.jp/php/mongodb-driver-session.isintransaction.html - [similar]
Unserialize a WriteConcern 2585
« MongoDB\Driver\WriteConcern::serialize MongoDB\Driver\ReadPreference » PHP Manual MongoDB\Driv ... MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e. serial ... MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.unserialize.html - [similar]
結果セットの次のフィールドを返す 2585
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = $mysqli -> query ( $query )) { /* すべ ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... SurfaceArea from Country ORDER BY Code LIMIT 5" ; if ( $result = mysqli_query ( $link , $query )) { /* ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
接続を問い合わせる 2585
« mysqli::ping mysqli::prepare » PHP Manual mysqli 接続を問い合わせる mysqli::poll mysqli_poll ( ... { $links [] = $errors [] = $reject [] = $link ; } if (! mysqli_poll ( $links , $errors , $reject , 1 )) ... { continue; } foreach ( $links as $link ) { if ( $result = $link -> reap_async_query ()) { print_ ... r ( $result -> fetch_row ()); if ( is_object ( $result )) mysqli_free_result ( $res ...
https://man.plustar.jp/php/mysqli.poll.html - [similar]