検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 790 for result (0.042 sec.)
どの API を使うか 2889
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... xample.com" , "user" , "password" , "database" ); $result = $mysqli -> query ( "SELECT 'Hello, dear MySQL us ... er!' AS _message FROM DUAL" ); $row = $result -> fetch_assoc (); echo htmlentities ( $row [ '_me ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
SQLite3 オブジェクトを作成し、SQLite 3 データベースをオープンする 2889
« SQLite3::close SQLite3::createAggregate » PHP Manual SQLite3 SQLite3 オブジェクトを作成し、SQL ... SERT INTO foo (bar) VALUES ('This is a test')" ); $result = $db -> query ( 'SELECT bar FROM foo' ); var_dump ... ( $result -> fetchArray ()); ?> 関連キーワード: データベース ...
https://man.plustar.jp/php/sqlite3.construct.html - [similar]
The Sequence interface 2876
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... urns the last value Ds\Sequence::map — Returns the result of applying a callback to each value Ds\Sequence:: ... merge — Returns the result of adding all given values to the sequence Ds\Sequ ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
追加された添字の確認も含めて配列の共通項を確認する 2876
« array_flip array_intersect_key » PHP Manual 配列 関数 追加された添字の確認も含めて配列の共通項 ... => "green" , "b" => "yellow" , "blue" , "red" ); $result_array = array_intersect_assoc ( $array1 , $array2 ... ); print_r ( $result_array ); ?> 上の例の出力は以下となります。 Array ( ...
https://man.plustar.jp/php/function.array-intersect-assoc.html - [similar]
変数名とその値から配列を作成する 2876
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP ... PH" ; $location_vars = array( "city" , "state" ); $result = compact ( "event" , $location_vars ); print_r ( ... $result ); ?> 上の例の出力は以下となります。 Array ( [even ...
https://man.plustar.jp/php/function.compact.html - [similar]
Move the cursor of a lob object 2876
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... ing. パラメータ lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. o ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]
呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする 2876
« eio_event_loop eio_fchmod » PHP Manual Eio 関数 呼び出し元が、ファイルに割り当てられたディスク ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ...
https://man.plustar.jp/php/function.eio-fallocate.html - [similar]
LDAP ツリーを探索する 2876
« ldap_sasl_bind ldap_set_option » PHP Manual LDAP 関数 LDAP ツリーを探索する ldap_search (PHP 4 ... DAP_DEREF_NEVER , ? array $controls = null ): LDAP\Result | array | false 指定したフィルタを使用し、 スコープ ... 一緒に送信する LDAP コントロール の配列 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に fal ... ョンでは、 リソース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これよ ...
https://man.plustar.jp/php/function.ldap-search.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 2876
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... context_create ( array( "ssl" => $ssloptions ) ); $result = stream_socket_client ( "ssl:// $hostname :443" , ... ECT , $ctx ); $cont = stream_context_get_params ( $result ); $x509 = $cont [ "options" ][ "ssl" ][ "peer_cer ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
Add a delete operation to the bulk 2876
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\B ... This option is available in MongoDB 4.4+ and will result in an exception at execution time if specified for ... Driver \ Manager ( 'mongodb://localhost:27017' ); $result = $manager -> executeBulkWrite ( 'db.collection' , ... e one or more write operations MongoDB\Driver\WriteResult 関連キーワード: Driver , operation , BulkWrite , c ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]