検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 176 for res (0.162 sec.)
集約関数の条件を設定する 4846
« CollectionFind::groupBy CollectionFind::limit » PHP Manual mysql_xdevapi\CollectionFind 集約関 ... ュメントを検索し、 // カラム 'name' と 'age' のみを Result オブジェクトとして返します。 $res = $coll -> fi ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.having.html - [similar]
ソート条件を設定する 4846
« CollectionModify::skip CollectionModify::unset » PHP Manual mysql_xdevapi\CollectionModify ソー ... mysql_xdevapi\CollectionModify::sort() の例 <?php $res = $coll -> modify ( 'true' )-> sort ( 'name desc' ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.sort.html - [similar]
ドキュメントのフィールドの値を削除する 4846
« CollectionModify::sort mysql_xdevapi\CollectionRemove » PHP Manual mysql_xdevapi\CollectionMod ... ysql_xdevapi\CollectionModify::unset() の例 <?php $res = $coll -> modify ( 'job like :job_name' )-> unset ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.unset.html - [similar]
ソート条件を設定する 4846
« CollectionRemove::limit mysql_xdevapi\ColumnResult » PHP Manual mysql_xdevapi\CollectionRemove ... mysql_xdevapi\CollectionRemove::sort() の例 <?php $res = $coll -> remove ( 'true' )-> sort ( 'age desc' ) ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.sort.html - [similar]
結果をソートする 4846
« mysql_xdevapi\CrudOperationSortable mysql_xdevapi\DatabaseObject » PHP Manual mysql_xdevapi\Cr ... _xdevapi\CrudOperationSortable::sort() の例 <?php $res = $coll -> find ( 'job like \'Cavia\'' )-> sort ( ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationsortable.sort.html - [similar]
影響を受けた行数を得る 4846
« Result::__construct Result::getAutoIncrementValue » PHP Manual mysql_xdevapi\Result 影響を受け ... た行数を得る Result::getAffectedItemsCount (No version information ... available, might only be in Git) Result::getAffectedItemsCount — 影響を受けた行数を得る ... 説明 public mysql_xdevapi\Result::getAffectedItemsCount (): int 直近の操作によっ ... を受けた行数(整数)を返します。 例 例1 mysql_xdevapi\Result::getAffectedItemsCount() の例 <?php $session = ...
https://man.plustar.jp/php/mysql-xdevapi-result.getaffecteditemscount.html - [similar]
更新されるフィールドを追加する 4846
« TableUpdate::orderby TableUpdate::where » PHP Manual mysql_xdevapi\TableUpdate 更新されるフィー ... ableUpdate::set ( string $table_field , string $expression_or_literal ): mysql_xdevapi\TableUpdate テーブ ... ます。 パラメータ table_field 更新されるカラム名 expression_or_literal 指定されたカラムに設定する値 戻り値 ... ocalhost" ); $schema = $session -> getSchema ( "addressbook" ); $table = $schema -> getTable ( "names" ); ... $res = $table -> update () -> set ( 'level' , 3 ) -> wh ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.set.html - [similar]
データを既存のアイテムに追記する 4790
« Memcached::addServers Memcached::appendByKey » PHP Manual Memcached データを既存のアイテムに追 ... 定義されていないからです。 注意 : Memcached::OPT_COMPRESSION が有効になっている場合は、 この操作は失敗して警 ... を、失敗した場合に false を返します。 Memcached::getResultCode() は、キーが存在しない場合に Memcached::RES ... , 11211 ); $m -> setOption ( Memcached :: OPT_COMPRESSION , false ); $m -> set ( 'foo' , 'abc' ); $m -> ...
https://man.plustar.jp/php/memcached.append.html - [similar]
指定したサーバーでデータを既存のアイテムに追記する 4790
« Memcached::append Memcached::cas » PHP Manual Memcached 指定したサーバーでデータを既存のアイテ ... を、失敗した場合に false を返します。 Memcached::getResultCode() は、キーが存在しない場合に Memcached::RES ...
https://man.plustar.jp/php/memcached.appendbykey.html - [similar]
指定したサーバーからアイテムを削除する 4790
« Memcached::delete Memcached::deleteMulti » PHP Manual Memcached 指定したサーバーからアイテムを ... を返します。 キーが存在しない場合、 Memcached::getResultCode() は Memcached::RES_NOTFOUND を返します。 参 ...
https://man.plustar.jp/php/memcached.deletebykey.html - [similar]