検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 176 for res (0.013 sec.)
指定したサーバーから複数のアイテムを削除する 4790
« Memcached::deleteMulti Memcached::fetch » PHP Manual Memcached 指定したサーバーから複数のアイテ ... を返します。 キーが存在しない場合、 Memcached::getResultCode() は Memcached::RES_NOTFOUND を返します。 参 ...
https://man.plustar.jp/php/memcached.deletemultibykey.html - [similar]
次の結果を取得する 4790
« Memcached::deleteMultiByKey Memcached::fetchAll » PHP Manual Memcached 次の結果を取得する Memc ... 結果セットをすべて処理し終えた場合、 Memcached::getResultCode() は Memcached::RES_END を返します。 例 例1 ... elayed (array( 'int' , 'array' ), true ); while ( $result = $m -> fetch ()) { var_dump ( $result ); } ?> ...
https://man.plustar.jp/php/memcached.fetch.html - [similar]
指定したサーバーで既存のアイテムの前にデータを付加する 4790
« Memcached::prepend Memcached::quit » PHP Manual Memcached 指定したサーバーで既存のアイテムの前 ... を、失敗した場合に false を返します。 Memcached::getResultCode() は、キーが存在しない場合に Memcached::RES ...
https://man.plustar.jp/php/memcached.prependbykey.html - [similar]
プレースホルダーに値をバインドする 4790
« mysql_xdevapi\CollectionRemove CollectionRemove::__construct » PHP Manual mysql_xdevapi\Collec ... mysql_xdevapi\CollectionRemove::bind() の例 <?php $res = $coll -> remove ( 'age > :age_from and age < :ag ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.bind.html - [similar]
単純な XML ドキュメントの作成 4723
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作 ... open_memory (); xmlwriter_set_indent ( $xw , 1 ); $res = xmlwriter_set_indent_string ( $xw , ' ' ); xmlwr ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
Sets the database operation 4723
« oci_set_client_info oci_set_edition » PHP Manual OCI8 関数 Sets the database operation oci_set ... the database operation 説明 oci_set_db_operation ( resource $connection , string $action ): bool Sets the ... dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ?> // While the script is running ...
https://man.plustar.jp/php/function.oci-set-db-operation.html - [similar]
指定したサーバーにアイテムを新しいキーで追加する 4723
« Memcached::add Memcached::addServer » PHP Manual Memcached 指定したサーバーにアイテムを新しいキ ... 返します。 キーが既に存在する場合は、 Memcached::getResultCode() は Memcached::RES_NOTSTORED を返します。 ...
https://man.plustar.jp/php/memcached.addbykey.html - [similar]
指定したサーバーでアイテムを比較して入れ替える 4723
« Memcached::cas Memcached::__construct » PHP Manual Memcached 指定したサーバーでアイテムを比較し ... が最後の取得以降に更新されている場合、 Memcached::getResultCode() は Memcached::RES_DATA_EXISTS を返します。 ...
https://man.plustar.jp/php/memcached.casbykey.html - [similar]
アイテムを削除する 4723
« Memcached::decrementByKey Memcached::deleteByKey » PHP Manual Memcached アイテムを削除する Mem ... を返します。 キーが存在しない場合、 Memcached::getResultCode() は Memcached::RES_NOTFOUND を返します。 例 ...
https://man.plustar.jp/php/memcached.delete.html - [similar]
複数のアイテムを削除する 4723
« Memcached::deleteByKey Memcached::deleteMultiByKey » PHP Manual Memcached 複数のアイテムを削除 ... かを示します。 キーが存在しない場合、 Memcached::getResultCode() は Memcached::RES_NOTFOUND を返します。 参 ...
https://man.plustar.jp/php/memcached.deletemulti.html - [similar]