検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 1461 for IN (0.097 sec.)
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 2531
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... dified by the last INSERT, UPDATE, or DELETE query executed sqlsrv_rows_ ... affected (No version information available, might only be in Git) sqlsrv_r ... — Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed 説明 sqlsrv_ ... rows_affected ( resource $stmt ): int | false Returns the number of rows modified by th ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]
Sends data from parameter streams to the server 2531
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... to the server sqlsrv_send_stream_data (No version information available, might only be in Git) sqlsrv_s ... $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "user ... $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqlsrv ... 0" ; // Open parameter data as a stream and put it in the $params array. $data = fopen ( "data://text/pl ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
Add a task to get status 2531
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... atus 説明 public GearmanClient::addTaskStatus ( string $job_handle , string &$context = ? ): GearmanTask ... Used to request status information from the Gearman server, which will call ... the specified status callback (set using GearmanClient::setStatusCallback() ). パラメータ ... f multiple background tasks An artificial delay is introduced in the worker in this example to simulate ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
Description 2531
« Imagick::colorizeImage Imagick::combineImages » PHP Manual Imagick Description Imagick::colorM ... ethod permits saturation changes, hue rotation, luminance to alpha, and various other effects. Although ... ar to those used by Adobe Flash except offsets are in column 6 rather than 5 (in support of CMYKA images ...
https://man.plustar.jp/php/imagick.colormatriximage.html - [similar]
pixel iterator をリセットする 2531
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... Iterator as $pixels ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column ... Iterator as $pixels ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column ... e*/ //$pixel->setColor("rgba(0, 0, 128, 0)"); /* Paint every second pixel black*/ } } $imageIterator -> ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
finalキーワード 2531
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード ... finalキーワード キーワード final を前に付けて定義された ... 定数は、子クラスから上書きできません。 クラス自体がfinalと定義された場合には、このクラスを拡張することはで ... きません。 例1 finalメソッドの例 <?php class BaseClass { public funct ... n test () { echo "BaseClass::test() called\n" ; } final public function moreTesting () { echo "BaseClass ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
Execute one or more write operations 2531
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... Write — Execute one or more write operations 説明 final public MongoDB\Driver\Manager::executeBulkWrite ... ( string $namespace , MongoDB\Driver\BulkWrite $bulk , arr ... nstructed with one or more write operations of varying types (e.g. updates, deletes, and inserts). The d ... to send operations of the same type to the server in as few requests as possible to optimize round trip ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
Serialization to BSON 2531
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... BSON array . If the array is not packed — i.e. having associative (string) keys, the keys don't start a ... s of a full document, and represent only one value inside a document. Objects If an object is of the std ... on logic for that specific type. MongoDB\BSON\Type instances (excluding MongoDB\BSON\Serializable may on ... ly be serialized as a document field value. Attempting to serialize such an object as a root document wi ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
ドキュメントをひとつ取得 2531
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントを ... ひとつ取得 Collection::getOne (No version information available, might only be in Git) Collecti ... 説明 public mysql_xdevapi\Collection::getOne ( string $id ): Document コレクションから、ドキュメントをひ ... れは、以下のコードのショートカットです: Collection.find("_id = :id").bind("id", id).execute().fetchOne(); ... er // This retrieves the generated _id's; only one in this example, so $ids[0] $ids = $result -> getGene ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
SHARED LOCK 付きで操作を実行する 2531
« CollectionFind::lockExclusive CollectionFind::offset » PHP Manual mysql_xdevapi\CollectionFind ... SHARED LOCK 付きで操作を実行する CollectionFind::lockShared (No version information available, mi ... ght only be in Git) CollectionFind::lockShared — SHARED LOCK 付き ... 操作を実行する 説明 public mysql_xdevapi\CollectionFind::lockShared ( int $lock_waiting_option = ? ): mys ... ql_xdevapi\CollectionFind ロックを共有モードで使う複数のトランザクション間で ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockshared.html - [similar]