検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 790 for result (0.092 sec.)
Returns any write errors that occurred 2876
« MongoDB\Driver\WriteResult::getWriteConcernError MongoDB\Driver\WriteResult::isAcknowledged » ... PHP Manual MongoDB\Driver\WriteResult Returns any write errors that occurred MongoDB\Dri ... ver\WriteResult::getWriteErrors (mongodb >=1.0.0) MongoDB\Driver\W ... riteResult::getWriteErrors — Returns any write errors that oc ... curred 説明 final public MongoDB\Driver\WriteResult::getWriteErrors (): array パラメータ この関数にはパ ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteerrors.html - [similar]
Creates new RRDGraph instance 2876
« RRDGraph RRDGraph::save » PHP Manual RRDGraph Creates new RRDGraph instance RRDGraph::__constr ... ce. This instance is responsible for rendering the result of RRD database query into image. パラメータ path ...
https://man.plustar.jp/php/rrdgraph.construct.html - [similar]
SQLインジェクション 2876
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... products ORDER BY name LIMIT 20 OFFSET $offset;"; $result = pg_query($conn, $query); 通常のユーザーは、 $off ... serted, size FROM products WHERE size = '$size'"; $result = odbc_exec($conn, $query); クエリの静的な部分は、 ... "SELECT * FROM products WHERE id LIKE '%$prod%'"; $result = mssql_query($query); 攻撃者が、値 a%' exec maste ... .xp_cmdshell 'net user test testpass /ADD' --%'"; $result = mssql_query($query); MSSQLサーバー-は、新規ユーザ ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
Sets the field to collapse on 2876
« SolrCollapseFunction::getSize SolrCollapseFunction::setHint » PHP Manual SolrCollapseFunction ... field name to collapse on. In order to collapse a result. The field type must be a single valued String, In ...
https://man.plustar.jp/php/solrcollapsefunction.setfield.html - [similar]
Exclude the header from the returned results 2876
« SolrQuery::setMltMinWordLength SolrQuery::setQuery » PHP Manual SolrQuery Exclude the header f ... rom the returned results SolrQuery::setOmitHeader (PECL solr >= 0.9.2) Sol ... tOmitHeader — Exclude the header from the returned results 説明 public SolrQuery::setOmitHeader ( bool $flag ... ): SolrQuery Exclude the header from the returned results. パラメータ flag true excludes the header from th ... e result. 戻り値 Returns the current SolrQuery object, if t ...
https://man.plustar.jp/php/solrquery.setomitheader.html - [similar]
The Vector class 2856
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... eturns the last value Ds\Vector::map — Returns the result of applying a callback to each value Ds\Vector::me ... rge — Returns the result of adding all given values to the vector Ds\Vector ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
CollectionAdd クラス 2856
« Collection::replaceOne CollectionAdd::__construct » PHP Manual Mysql_xdevapi CollectionAdd クラ ... { /* メソッド */ public execute (): mysql_xdevapi\Result } 目次 CollectionAdd::__construct — CollectionAdd ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionadd.html - [similar]
セキュアな SSL-FTP 接続をオープンする 2856
« ftp_size ftp_systype » PHP Manual FTP 関数 セキュアな SSL-FTP 接続をオープンする ftp_ssl_conne ... ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pa ... ss ); if (! $login_result ) { // この場合は、すでに PHP 側で E_WARNING レベル ...
https://man.plustar.jp/php/function.ftp-ssl-connect.html - [similar]
指定したメッセージのヘッダ情報の概要を読む 2856
« imap_expunge imap_fetchbody » PHP Manual IMAP 関数 指定したメッセージのヘッダ情報の概要を読む ... ; // INBOX のすべてのメッセージの概要を取得します $result = imap_fetch_overview ( $mbox , "1: { $MC -> Nmsgs ... } " , 0 ); foreach ( $result as $overview ) { echo "# { $overview -> msgno } ( ...
https://man.plustar.jp/php/function.imap-fetch-overview.html - [similar]
現在のシステムの状態を取得する 2856
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql ... 'localhost' , 'mysql_user' , 'mysql_password' ); $result = mysql_query ( 'SHOW STATUS' , $link ); while ( $ ... row = mysql_fetch_assoc ( $result )) { echo $row [ 'Variable_name' ] . ' = ' . $row ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]