検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1259 for BE (0.118 sec.)
Delete items from a working copy or repository 2831
« svn_commit svn_diff » PHP Manual SVN 関数 Delete items from a working copy or repository svn_d ... at path from the working directory. The item will be deleted from the repository the next time you call ... を使用してください。 force If true , the file will be deleted even if it has local modifications. Otherw ...
https://man.plustar.jp/php/function.svn-delete.html - [similar]
Register and add callback function 2831
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... tionally specify extra application context data to be used when the callback is called and a timeout. パ ... nce to arbitrary application context data that can be modified by the worker function timeout An interva ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
Constructs the object from a BSON array or document 2831
« MongoDB\BSON\Unserializable MongoDB\BSON\BinaryInterface » PHP Manual MongoDB\BSON\Unserializa ... The properties of the BSON array or document will be passed to the method as an array . Remember to che ... r of the object. The __construct() method will not be called after this method. パラメータ data ( array ...
https://man.plustar.jp/php/mongodb-bson-unserializable.bsonunserialize.html - [similar]
Commits a transaction 2831
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... ommandException::getResultDocument() has a "errorLabels" element, and this array contains a "TransientTr ... ngoDB\Driver\Exception\RuntimeException::hasErrorLabel() should be used to test for this situation inste ... tion\RuntimeException if the transaction could not be commited (e.g. a transaction was not started). 参考 ... ngoDB\Driver\Exception\RuntimeException::hasErrorLabel() - Returns whether an error label is associated ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
Creates a new deque using a callable to determine which values to include 2803
« Ds\Deque::count Ds\Deque::find » PHP Manual Deque Creates a new deque using a callable to dete ... al callable which returns true if the value should be included, false otherwise. If a callback is not pr ... s which are true (see converting to boolean ) will be included. 戻り値 A new deque containing all the va ...
https://man.plustar.jp/php/ds-deque.filter.html - [similar]
Returns the result of applying a callback to each value 2803
« Ds\Map::last Ds\Map::merge » PHP Manual Map Returns the result of applying a callback to each ... map. The callable should return what the key will be mapped to in the resulting map. 戻り値 The result ... The keys and values of the current instance won't be affected. 例 例1 Ds\Map::map() example <?php $map ...
https://man.plustar.jp/php/ds-map.map.html - [similar]
Creates a new sequence using a callable to determine which values to include 2803
« Ds\Sequence::contains Ds\Sequence::find » PHP Manual Sequence Creates a new sequence using a c ... al callable which returns true if the value should be included, false otherwise. If a callback is not pr ... s which are true (see converting to boolean ) will be included. 戻り値 A new sequence containing all the ...
https://man.plustar.jp/php/ds-sequence.filter.html - [similar]
Creates a new set using a callable to determine which values to include 2803
« Ds\Set::diff Ds\Set::first » PHP Manual Set Creates a new set using a callable to determine wh ... al callable which returns true if the value should be included, false otherwise. If a callback is not pr ... s which are true (see converting to boolean ) will be included. 戻り値 A new set containing all the valu ...
https://man.plustar.jp/php/ds-set.filter.html - [similar]
Creates a new vector using a callable to determine which values to include 2803
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... al callable which returns true if the value should be included, false otherwise. If a callback is not pr ... s which are true (see converting to boolean ) will be included. 戻り値 A new vector containing all the v ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
Get BLOB/CLOB data 2803
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... atement, and returns all LOBs as a resource array. Be sure that the SQL retrieves only one column and it ... s data type is BLOB or CLOB. Remember to use cubrid_lob_close() to release the LOBs if ... tifier Connection identifier. sql SQL statement to be executed. 戻り値 Return an array of LOB resources, ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]