検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 1114 for from (0.953 sec.)
Manipulation 2889
« Threaded::isTerminated Threaded::notify » PHP Manual Threaded Manipulation Threaded::merge (PE ... Manipulation 説明 public Threaded::merge ( mixed $from , bool $overwrite = ? ): bool Merges data into the ... current object パラメータ from The data to merge overwrite Overwrite existing key ...
https://man.plustar.jp/php/threaded.merge.html - [similar]
2866
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... p $sql = "select sports, count(players) as players from event group by sports" ; /** * Request the CUBRID ... sql ); if ( $result ) { /** * Get the column names from the result set created by the SQL query. */ $colum ... </td>" ); } echo( "</tr>" ); /** * Get the results from the result set. */ while ( $row = cubrid_fetch ( $ ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Get the facility code of error 2866
« cubrid_drop cubrid_error_code » PHP Manual CUBRID 関数 Get the facility code of error cubrid_e ... facility code (level in which the error occurred) from the error code of the error that occurred during t ... db" ); $req = @ cubrid_execute ( $conn , "SELECT * FROM unknown" ); if (! $req ) { printf ( "Error facilit ...
https://man.plustar.jp/php/function.cubrid-error-code-facility.html - [similar]
Check whether the instance pointed by OID exists 2866
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... ; $sql = <<<EOD SELECT host_year, medal, game_date FROM game WHERE athlete_code IN (SELECT code FROM athle ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
Read BLOB/CLOB data and send straight to browser 2866
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... t use cubrid_lob_get() first to get BLOB/CLOB info from CUBRID. パラメータ conn_identifier Connection iden ... obs = cubrid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); cubrid_lob_send ( $conn , $lobs ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
Perform a query without fetching the results into memory 2866
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... die( 'Could not connect.' ); } $query = "select * from code" ; $result = cubrid_unbuffered_query ( $query ... () and cubrid_data_seek() on a result set returned from cubrid_unbuffered_query() . 関連キーワード: query ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
認証付きの公開鍵による復号 2866
« sodium_crypto_box_keypair sodium_crypto_box_publickey_from_secretkey » PHP Manual Sodium 関数 ... 大きな長さです。 key_pair sodium_crypto_box_keypair_from_secretkey_and_publickey() を参照して下さい。 この鍵 ...
https://man.plustar.jp/php/function.sodium-crypto-box-open.html - [similar]
Returns an array of information describing this server 2866
« MongoDB\Driver\Server::getHost MongoDB\Driver\Server::getLatency » PHP Manual MongoDB\Driver\S ... ation describing the server. This array is derived from the most recent » hello command response obtained ... turn the backing server's » hello command response from the initial connection handshake. This is in contr ... eturns the backing server's hello command response from the initial connection handshake. 参考 MongoDB\Dri ...
https://man.plustar.jp/php/mongodb-driver-server.getinfo.html - [similar]
データベース上でクエリを実行する 2866
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... CT 文 */ $result = $mysqli -> query ( "SELECT Name FROM City LIMIT 10" ); printf ( "Select returned %d row ... を使います */ $result = $mysqli -> query ( "SELECT * FROM City" , MYSQLI_USE_RESULT ); /* 注意: 全てのレコー ... 文 */ $result = mysqli_query ( $link , "SELECT Name FROM City LIMIT 10" ); printf ( "Select returned %d row ... います */ $result = mysqli_query ( $link , "SELECT * FROM City" , MYSQLI_USE_RESULT ); /* 注意: 全てのレコー ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
Copy data to named shared memory 2866
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... sition will begin at the specified number of bytes from the end of the shared memory segment. 戻り値 An in ... mory::write() SyncSharedMemory::read() - Copy data from named shared memory 関連キーワード: shared , memor ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]